We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a334300 commit 9d7fbf7Copy full SHA for 9d7fbf7
1 file changed
docs/conf.py
@@ -84,12 +84,10 @@
84
try:
85
import sphinx_rtd_theme
86
html_theme = 'sphinx_rtd_theme'
87
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), '.']
88
except:
89
html_theme = 'default'
90
- html_theme_path = ['.']
91
else:
92
+ html_theme = 'sphinx_rtd_theme'
93
94
# Add any paths that contain custom static files (such as style sheets) here,
95
# relative to this directory. They are copied after the builtin static files,
0 commit comments