Skip to content

Commit ea66c01

Browse files
committed
Absolute path
1 parent ad82ee7 commit ea66c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Call patchlevel with the proper path to get the version from
2525
# instead of hardcoding it
2626
import patchlevel
27-
version, release = patchlevel.get_header_version_info('cpython/Doc')
27+
version, release = patchlevel.get_header_version_info(os.path.abspath('cpython/Doc'))
2828

2929
project = 'Python en Español'
3030
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')

0 commit comments

Comments
 (0)