[New-bugs-announce] [issue26450] make html fails on OSX

Alex LordThorsen report at bugs.python.org
Sat Feb 27 21:31:06 EST 2016


New submission from Alex LordThorsen:

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.

----------
components: Build
messages: 260954
nosy: Alex.Lord
priority: normal
severity: normal
status: open
title: make html fails on OSX
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26450>
_______________________________________


More information about the New-bugs-announce mailing list