Nick Guenther added the comment:
I see that in Doc/tools/sphinx-build.py there is this check:
if sys.version_info[:3] < (2, 4, 0):
sys.stderr.write("""\
Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though).
(If you run this from the Makefile, you can set the PYTHON variable
to the path of an alternative interpreter executable, e.g.,
``make html PYTHON=python2.5``).
""")
But I never saw this and had to debug it myself. I submit the attached patch as
a solution.
----------
keywords: +patch
resolution: duplicate ->
status: closed -> open
type: enhancement ->
Added file: http://bugs.python.org/file32093/sphinx_version_check.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue19248>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com