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 Alex.LordThorsen
Recipients Alex.LordThorsen
Date 2016-02-28.02:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456626666.41.0.889799405397.issue26450@psf.upfronthosting.co.za>
In-reply-to
Content
Did a fresh hg clone of the python 3.6 code base (3.6.0a0) on  OSX 10.10.5 and made a modification to a library rst. I went to build my changes and ran

$ make html
sphinx-build -b html -d build/doctrees -D latex_paper_size=  . build/html
make: sphinx-build: No such file or directory
make: *** [build] Error 1

I looked at https://docs.python.org/devguide/documenting.html#building-doc to see about what I can do about this failure and didn't see anything OSX specific. 

$ sphinx-build -b html . build/html

Works, however.
History
Date User Action Args
2016-02-28 02:31:06Alex.LordThorsensetrecipients: + Alex.LordThorsen
2016-02-28 02:31:06Alex.LordThorsensetmessageid: <1456626666.41.0.889799405397.issue26450@psf.upfronthosting.co.za>
2016-02-28 02:31:06Alex.LordThorsenlinkissue26450 messages
2016-02-28 02:31:04Alex.LordThorsencreate