Thanks to visit codestin.com Credit goes to github.com
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 ad82ee7 commit ea66c01Copy full SHA for ea66c01
conf.py
@@ -24,7 +24,7 @@
24
# Call patchlevel with the proper path to get the version from
25
# instead of hardcoding it
26
import patchlevel
27
-version, release = patchlevel.get_header_version_info('cpython/Doc')
+version, release = patchlevel.get_header_version_info(os.path.abspath('cpython/Doc'))
28
29
project = 'Python en Español'
30
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
0 commit comments