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 6502a0e commit 5c62250Copy full SHA for 5c62250
doc/conf.py
@@ -15,8 +15,6 @@
15
import re
16
import sys
17
18
-import sphinx_rtd_theme
19
-
20
HERE = os.path.abspath(os.path.dirname(__file__))
21
22
@@ -132,7 +130,6 @@ def find_version(*file_paths):
132
130
html_context["READTHEDOCS"] = True
133
131
134
html_theme = "sphinx_rtd_theme"
135
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
136
137
# Theme options are theme-specific and customize the look and feel of a theme
138
# further. For a list of options available for each theme, see the
0 commit comments