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 2a56630 commit f928fe6Copy full SHA for f928fe6
1 file changed
src/doc/conf.py
@@ -95,11 +95,11 @@ def setup(app):
95
# The theme to use for HTML and HTML Help pages. See the documentation for
96
# a list of builtin themes.
97
#
98
+try:
99
+ html_theme
100
+except:
101
+ html_theme = "sphinx_rtd_theme"
102
if not os.environ.get('READTHEDOCS'):
- try:
- html_theme
- except:
- html_theme = "sphinx_rtd_theme"
103
try:
104
version
105
except:
0 commit comments