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 6498822 + 18c07ca commit 374d392Copy full SHA for 374d392
docs/conf.py
@@ -176,11 +176,7 @@
176
# Output file base name for HTML help builder.
177
htmlhelp_basename = 'mfrdoc'
178
179
+# This block will use the same theme when building locally as on RTD.
180
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
-
181
-# On RTD we can't import sphinx_rtd_theme, but it will be applied by
182
-# default anyway. This block will use the same theme when building locally
183
-# as on RTD.
184
if not on_rtd:
185
- import sphinx_rtd_theme
186
html_theme = 'sphinx_rtd_theme'
0 commit comments