[issue32994] Building the html documentation is broken

2018-03-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you! All works now. I tried `make clean` before, but not `make venv`. -- ___ Python tracker ___ _

[issue32994] Building the html documentation is broken

2018-03-04 Thread Ned Deily
Ned Deily added the comment: You need to install that component. The easiest way is: cd Doc make venv make html -- nosy: +ned.deily resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue32994] Building the html documentation is broken

2018-03-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ make html BLURB="python3 -m blurb" mkdir -p build Building NEWS from Misc/NEWS.d with blurb PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -D latex_elements.papersize= . build/html Running Sphinx v1.5.6 loading pickled environment... not y