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: I9a94bb8d72a28ce25a7248f39aa7bbd6fe24a39a
This commit is contained in:
Simon Pasquier
2016-02-18 14:15:06 +01:00
parent af3ceaba00
commit d6b6b789a9

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 = [