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 7e4e4bd commit 371ca0bCopy full SHA for 371ca0b
1 file changed
Doc/conf.py
@@ -34,8 +34,8 @@
34
# By default, highlight as Python 3.
35
highlight_language = 'python3'
36
37
-# Require Sphinx 1.7 for build.
38
-needs_sphinx = '1.7'
+# Require Sphinx 1.6.6 for build.
+needs_sphinx = "1.6.6"
39
40
# Ignore any .rst files in the venv/ directory.
41
venvdir = os.getenv('VENVDIR', 'venv')
0 commit comments