Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1907e6a

Browse filesBrowse files
committed
Force to use cpython.Doc.conf first
1 parent 9a36fc2 commit 1907e6a
Copy full SHA for 1907e6a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎conf.py

Copy file name to clipboardExpand all lines: conf.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.