diff --git a/doc/source/conf.py b/doc/source/conf.py index a318978..b905100 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 = [