We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d199369 commit 405c6b4Copy full SHA for 405c6b4
1 file changed
docs/conf.py
@@ -105,12 +105,11 @@
105
106
# The theme to use for HTML and HTML Help pages. See the documentation for
107
# a list of builtin themes.
108
-# on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
109
-# if on_rtd:
110
-# html_theme = "default"
111
-# else:
112
-# html_theme_path = ["_themes"]
113
-html_theme = "sphinx_rtd_theme"
+on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+if on_rtd:
+ html_theme = "default"
+else:
+ html_theme = "sphinx_rtd_theme"
114
115
html_theme_options = {}
116
0 commit comments