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.
cpython.Doc.conf
1 parent 9a36fc2 commit 1907e6aCopy full SHA for 1907e6a
1 file changed
conf.py
@@ -18,7 +18,7 @@
18
sys.path.append(os.path.abspath('cpython/Doc/includes'))
19
20
# Import all the Sphinx settings from cpython
21
-sys.path.append(os.path.abspath('cpython/Doc'))
+sys.path.insert(0, os.path.abspath('cpython/Doc'))
22
from conf import *
23
24
# Call patchlevel with the proper path to get the version from
0 commit comments