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 r.david.murray
Recipients docs@python, r.david.murray
Date 2015-08-08.16:48:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439052495.87.0.415280083267.issue24832@psf.upfronthosting.co.za>
In-reply-to
Content
After doing a make clean in Doc, the built documents no longer rendered correctly.  I tracked this down to the Sphinx warning I'd been ignoring for a while:

WARNING: 'default' html theme has been renamed to 'classic'. Please change your html_theme setting either to the new 'alabaster' default theme, or to 'classic' to keep using the old default.

Now, this seems problematic, because we don't know which version of Sphinx is going to be used to build the docs, so it doesn't seen correct to just change "inherit = default" to "inherit = classic" in tools/pydoctheme.conf.

Any sphinx experts know what the correct solution is here?  Do we change it and thus (IIUC) require 1.3.1 as the minimum Sphinx version?
History
Date User Action Args
2015-08-08 16:48:15r.david.murraysetrecipients: + r.david.murray, docs@python
2015-08-08 16:48:15r.david.murraysetmessageid: <1439052495.87.0.415280083267.issue24832@psf.upfronthosting.co.za>
2015-08-08 16:48:15r.david.murraylinkissue24832 messages
2015-08-08 16:48:15r.david.murraycreate