diff --git a/docs/conf.py b/docs/conf.py index 63a0839..d61d162 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,11 +70,12 @@ 'Miscellaneous'), ] +html_theme = "sphinx_rtd_theme" + # on_rtd is whether we are on readthedocs.org on_rtd = getenv("READTHEDOCS", None) == "True" if not on_rtd: import sphinx_rtd_theme - html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']