Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.13 build comments #3300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary conf.py overrides
These are already defined in cpython's, let's thus remove the amount of
overriding we need to provide.

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Nov 22, 2024
commit e55d799c61f9b22fbb7836ce6df9a8a7c1651c9d
7 changes: 0 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@
sys.path.insert(0, os.path.abspath('cpython/Doc'))
from conf import *

# Call patchlevel with the proper path to get the version from
# instead of hardcoding it
from patchlevel import get_version_info
version, release = get_version_info()

project = 'Python en Español'
year = time.strftime("%Y")
copyright = f'2001-{year}, Python Software Foundation'

html_theme_path = ['cpython/Doc/tools']
templates_path = ['cpython/Doc/tools/templates']
Expand Down