[issue26450] make html fails on OSX

2018-03-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: With the new instructions for building the docs via `make venv` and then `make html`, I believe this issue can be closed. -- nosy: +csabella resolution: not a bug -> out of date stage: -> resolved status: open -> closed __

[issue26450] make html fails on OSX

2016-02-27 Thread Martin Panter
Martin Panter added the comment: Yeah if you want to propose a specific change for the devguide, or even a patch, go right ahead :) -- ___ Python tracker ___ ___

[issue26450] make html fails on OSX

2016-02-27 Thread Alex LordThorsen
Alex LordThorsen added the comment: So I think this is really a documentation bug after playing with this a little bit. I built a virtual env and pip installed sphinx. If I'm in the virtual environment the build succeeds and out of it fails. The documentation states that you need sphinx (in a

[issue26450] make html fails on OSX

2016-02-27 Thread Martin Panter
Martin Panter added the comment: The only thing I can think of is checking the PATH environment variable. What is it inside the Makefile, and what is it when you run the command manually? -- ___ Python tracker ___

[issue26450] make html fails on OSX

2016-02-27 Thread Martin Panter
Martin Panter added the comment: Sorry I didn’t read the last bit of your message where you run sphinx-build manually. So I take back my last comment :) -- status: closed -> open ___ Python tracker ___

[issue26450] make html fails on OSX

2016-02-27 Thread Martin Panter
Martin Panter added the comment: 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: $ p

[issue26450] make html fails on OSX

2016-02-27 Thread Alex LordThorsen
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: