[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-09 Thread R. David Murray
R. David Murray added the comment: 1.3.1. The doc build doesn't *fail*, it's just that if you try to view the built pages they don't render correctly, because there is no default.css that the pydoctheme depends on. I wonder what the web site is using for the build. Although copying default.

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread Zachary Ware
Zachary Ware added the comment: Which version of Sphinx are you using? The Docs buildbot is happily building with 1.3.1 (though failing the lint check, which I missed when it started). -- nosy: +zach.ware ___ Python tracker

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread Carol Willing
Carol Willing added the comment: David, Thanks for pointing this out. I totally forgot that the 2 and 3 versions use different themes :( -- ___ Python tracker ___ __

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread R. David Murray
R. David Murray added the comment: I only checked this on 3.5 and 3.6, but 3.4 is using pydoctheme, and python2.7 is using default. So presumably none of them will build using Sphinx 1.3.1. Yuri's change appears to be undoing a change he inadvertently committed, which was probably a change he

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread Carol Willing
Carol Willing added the comment: Is the behavior different in default or 3.5 release and 2.7 release? The default branch has html_theme in Doc/conf.py https://hg.python.org/cpython/file/default/Doc/conf.py set to 'pydoctheme'. The 2.7 branch has html_theme in Doc/conf.py https://hg.python.or

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread R. David Murray
New submission from R. David Murray: 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