8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526beb4 commit e55d799Copy full SHA for e55d799
conf.py
@@ -29,14 +29,7 @@
29
sys.path.insert(0, os.path.abspath('cpython/Doc'))
30
from conf import *
31
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
-
37
project = 'Python en Español'
38
-year = time.strftime("%Y")
39
-copyright = f'2001-{year}, Python Software Foundation'
40
41
html_theme_path = ['cpython/Doc/tools']
42
templates_path = ['cpython/Doc/tools/templates']
0 commit comments