Customization steps fail on windows
fiftysevendegreesofrad opened this issue · 3 comments
fiftysevendegreesofrad commented
Hi, I am having trouble with the "customizing the look and feel" step
Issue is documented on stackoverflow here http://stackoverflow.com/questions/34856081/sphinx-tutorial-problems
tacaswell commented
Can you please copy the content of your question here? SO is not a reliable link target.
Carla-Johnson commented
ISSUE: "Customizing the look and feel" step in the tutorial does not work. You build the HTML and there is no change. (Occurs on Mac OS too.)
SOLUTION: In the conf.py file, change the html_theme option to "classic", which is the old default. The tutorial is for an older version of Sphinx.
tacaswell commented
@Carla-Johnson Indeed, can you put in a PR to change that?