Hi all; Have a number of projects building with Sphinx. Previously I was using Sphinx 1.3b1, and things were mostly fine. I've just upgraded to 1.3.1, and the compilation has started to break. Has anyone else seen this?
Specifically, the problem is related to me using a custom theme name in the conf.py. If I set the conf.py to: html_theme = 'sphinx_rtd_theme' ... the project compiles fine. However, if I set the conf.py to: html_theme = 'my_custom_theme' Then the build throws this warning: 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. ... and then dies with a TemplateNotFound(template) exception, throwing an error about not being able to find the default/layout.html template. Also worth noting that it definitely knows the theme's there - if I set the custom theme to an invalid value, it throws a perfectly normal 'Template not found' error, as you'd expect. Builds fine with 1.3b1 with the custom theme; fails with 1.3.1. Has anyone seen this? I'm presuming I'm not the only one using a custom theme with 1.3.1, so it seems like this would have come to light earlier. I had a look at the open issues on GitHub but couldn't find anything obvious related. Cheers jack -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
