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 6d99e9b commit 362c783Copy full SHA for 362c783
docs/conf.py
@@ -86,11 +86,8 @@
86
# The theme to use for HTML and HTML Help pages. See the documentation for
87
# a list of builtin themes.
88
#
89
-if not on_rtd: # only import and set the theme if we're building docs locally
90
- import sphinx_rtd_theme
91
92
- html_theme = "sphinx_rtd_theme"
93
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+html_theme = "sphinx_rtd_theme"
94
95
# Theme options are theme-specific and customize the look and feel of a theme
96
# further. For a list of options available for each theme, see the
0 commit comments