We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f82d57 commit a2162c2Copy full SHA for a2162c2
docs/conf.py
@@ -348,9 +348,9 @@
348
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
349
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
350
351
-if not on_rtd: # only import and set the theme if we're building docs locally
352
- import sphinx_rtd_theme
353
- html_theme = 'sphinx_rtd_theme'
354
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+#if not on_rtd: # only import and set the theme if we're building docs locally
+import sphinx_rtd_theme
+html_theme = 'sphinx_rtd_theme'
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
355
356
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
0 commit comments