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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user