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 e686418 commit 450e9f3Copy full SHA for 450e9f3
conf.py
@@ -31,8 +31,8 @@
31
32
# Call patchlevel with the proper path to get the version from
33
# instead of hardcoding it
34
-from patchlevel import get_header_version_info
35
-version, release = get_header_version_info(os.path.abspath('cpython/Doc'))
+from patchlevel import get_version_info
+version, release = get_version_info()
36
37
project = 'Python en Español'
38
year = time.strftime("%Y")
0 commit comments