diff --git a/docs/source/conf.py b/docs/source/conf.py index 70c104f6..5d0f2161 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ version = 'beta' release = 'beta' exclude_patterns = ['_build'] pygments_style = 'sphinx' -html_theme = 'sphinx_rtd_theme' +html_theme = 'default' html_static_path = ['_static'] html_show_copyright = False