Skip to content

Commit 1907e6a

Browse files
committed
Force to use cpython.Doc.conf first
1 parent 9a36fc2 commit 1907e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
sys.path.append(os.path.abspath('cpython/Doc/includes'))
1919

2020
# Import all the Sphinx settings from cpython
21-
sys.path.append(os.path.abspath('cpython/Doc'))
21+
sys.path.insert(0, os.path.abspath('cpython/Doc'))
2222
from conf import *
2323

2424
# Call patchlevel with the proper path to get the version from

0 commit comments

Comments
 (0)