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 barry
Recipients barry, docs@python
Date 2018-05-16.16:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526488961.65.0.682650639539.issue33543@psf.upfronthosting.co.za>
In-reply-to
Content
Building the documentation in the master (3.8) branch is currently broken:

% make html
make html
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.7.4
loading pickled environment... not yet created

Theme error:
no theme named 'python_docs_theme' found (missing theme.conf?)
make: *** [build] Error 2
History
Date User Action Args
2018-05-16 16:42:41barrysetrecipients: + barry, docs@python
2018-05-16 16:42:41barrysetmessageid: <1526488961.65.0.682650639539.issue33543@psf.upfronthosting.co.za>
2018-05-16 16:42:41barrylinkissue33543 messages
2018-05-16 16:42:41barrycreate