Thanks to visit codestin.com Credit goes to github.com
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 24201d4 commit c3a2916Copy full SHA for c3a2916
1 file changed
Doc/tools/sphinx-build.py
@@ -15,7 +15,7 @@
15
16
if __name__ == '__main__':
17
18
- if sys.version_info[:3] < (2, 4, 0):
+ if sys.version_info[:3] < (2, 4, 0) or sys.version_info[:3] > (3, 0, 0):
19
sys.stderr.write("""\
20
Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though).
21
(If you run this from the Makefile, you can set the PYTHON variable
0 commit comments