diff --git a/docs/conf.py b/docs/conf.py index 9e72ee127..98896370d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,7 +126,7 @@ def setup(app): # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -if not on_rtd: # only import and set the theme if we're building docs locally +if True or not on_rtd: # only import and set the theme if we're building docs locally import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]