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.
1 parent e323a8f commit 68151c5Copy full SHA for 68151c5
1 file changed
conf.py
@@ -90,7 +90,7 @@
90
html_split_index = True
91
92
# Relative filename of the reference count data file.
93
-refcount_file = 'cpython/Doc/data/refcounts.dat'
+refcount_file = 'data/refcounts.dat'
94
95
96
os.system('mkdir -p cpython/locales/es/')
@@ -99,3 +99,8 @@
99
100
gettext_compact = False
101
locale_dirs = ['cpython/locales']
102
+
103
104
+def setup(app):
105
+ # Change the sourcedir programmatically because Read the Docs always call it with `.`
106
+ app.srcdir = 'cpython/Doc'
0 commit comments