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.
2 parents 9327605 + aa7cdef commit 7e87eccCopy full SHA for 7e87ecc
docs/conf.py
@@ -109,18 +109,6 @@
109
#
110
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
111
112
-if not on_rtd: # only import and set the theme if we're building docs locally
113
- try:
114
- import sphinx_rtd_theme
115
-
116
- html_theme = "sphinx_rtd_theme"
117
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
118
- except:
119
- html_theme = "default"
120
- html_theme_path = ["."]
121
-else:
122
123
124
# Add any paths that contain custom static files (such as style sheets) here,
125
# relative to this directory. They are copied after the builtin static files,
126
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments