8000 Remove unnecessary conf.py overrides · rtobar/python-docs-es@e55d799 · GitHub
[go: up one dir, main page]

Skip to content

Commit e55d799

Browse files
committed
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 <rtobar@icrar.org>
1 parent 526beb4 commit e55d799

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,7 @@
2929
sys.path.insert(0, os.path.abspath('cpython/Doc'))
3030
from conf import *
3131

32-
# Call patchlevel with the proper path to get the version from
33-
# instead of hardcoding it
34-
from patchlevel import get_version_info
35-
version, release = get_version_info()
36-
3732
project = 'Python en Español'
38-
year = time.strftime("%Y")
39-
copyright = f'2001-{year}, Python Software Foundation'
4033

4134
html_theme_path = ['cpython/Doc/tools']
4235
templates_path = ['cpython/Doc/tools/templates']

0 commit comments

Comments
 (0)
0