Skip to content

Commit 450e9f3

Browse files
committed
fix conf.py
1 parent e686418 commit 450e9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
# Call patchlevel with the proper path to get the version from
3333
# instead of hardcoding it
34-
from patchlevel import get_header_version_info
35-
version, release = get_header_version_info(os.path.abspath('cpython/Doc'))
34+
from patchlevel import get_version_info
35+
version, release = get_version_info()
3636

3737
project = 'Python en Español'
3838
year = time.strftime("%Y")

0 commit comments

Comments
 (0)