Fix conf.py for the ReadTheDocs site

The RTD_NEW_THEME variable isn't supported anymore and the html_theme
variable should be set to 'default' to let RTD use its own theme.

Change-Id: Iab94700cab60ff051cbd00e1b4244d48ca6dd63a
This commit is contained in:
Simon Pasquier 2016-02-18 14:06:50 +01:00
parent 794d5143f6
commit 2bbc1d47ae
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# Always use the default theme for Readthedocs
RTD_NEW_THEME = True
extensions = []
templates_path = ['_templates']
@ -18,7 +15,7 @@ exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'classic'
html_theme = 'default'
html_static_path = ['_static']
latex_documents = [