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 martin.panter
Recipients Alex.LordThorsen, martin.panter
Date 2016-02-28.02:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456627846.99.0.131836454057.issue26450@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect this is not OS X specific. The documentation that you linked says “Sphinx is maintained separately and is not included in this tree.”

By your output I suspect you need to install the sphinx-build program. On Arch Linux I had to install it myself:

$ pacman -Qo sphinx-build
/usr/bin/sphinx-build is owned by python-sphinx 1.3.4-1
$ pacman -Qi python-sphinx
Name           : python-sphinx
Version        : 1.3.4-1
Description    : Python3 documentation generator
Architecture   : any
URL            : http://sphinx.pocoo.org/
History
Date User Action Args
2016-02-28 02:50:47martin.pantersetrecipients: + martin.panter, Alex.LordThorsen
2016-02-28 02:50:46martin.pantersetmessageid: <1456627846.99.0.131836454057.issue26450@psf.upfronthosting.co.za>
2016-02-28 02:50:46martin.panterlinkissue26450 messages
2016-02-28 02:50:45martin.pantercreate