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: I8420a760760e773f3a4ec82c0a1f3f142b47b762
This commit is contained in:
Simon Pasquier 2016-02-18 14:15:56 +01:00
parent 98b352edbe
commit 62ea2e5d58
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 = [