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 07eadc4 commit 246780bCopy full SHA for 246780b
docs/conf.py
@@ -130,11 +130,7 @@
130
131
# The theme to use for HTML and HTML Help pages. See the documentation for
132
# a list of builtin themes.
133
-
134
-if not on_rtd: # only import and set the theme if we're building docs locally
135
- import sphinx_rtd_theme
136
- html_theme = 'sphinx_rtd_theme'
137
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+html_theme = 'sphinx_rtd_theme'
138
139
# otherwise, readthedocs.org uses their theme by default, so no need to specify
140
0 commit comments