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 martin.panter
Recipients Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, martin.panter, ncoghlan, python-dev, r.david.murray, scoder, vstinner, yselivanov
Date 2015-07-02.01:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435799002.74.0.594000998592.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
The last change to /Doc/conf.py seems to have screwed up my docs build. Was that an accident?

$ make -C Doc/ htmlsphinx-build -b html -d build/doctrees -D latex_paper_size=  . build/html 
Running Sphinx v1.2.3
loading pickled environment... done

Theme error:
no theme named 'classic' found (missing theme.conf?)
make: *** [build] Error 1
[Exit 2]
History
Date User Action Args
2015-07-02 01:03:23martin.pantersetrecipients: + martin.panter, gvanrossum, ncoghlan, scoder, vstinner, r.david.murray, asvetlov, Yury.Selivanov, python-dev, Ben.Darnell, yselivanov
2015-07-02 01:03:22martin.pantersetmessageid: <1435799002.74.0.594000998592.issue24400@psf.upfronthosting.co.za>
2015-07-02 01:03:22martin.panterlinkissue24400 messages
2015-07-02 01:03:21martin.pantercreate