This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kousu
Recipients docs@python, ezio.melotti, kousu
Date 2013-10-13.19:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381691973.51.0.461927409857.issue19248@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-13 19:19:33koususetrecipients: + kousu, ezio.melotti, docs@python
2013-10-13 19:19:33koususetmessageid: <1381691973.51.0.461927409857.issue19248@psf.upfronthosting.co.za>
2013-10-13 19:19:33kousulinkissue19248 messages
2013-10-13 19:19:33kousucreate