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 977bbff commit ac83893Copy full SHA for ac83893
doc/conf.py
@@ -90,9 +90,9 @@
90
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
91
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
92
93
+html_theme = 'sphinx_rtd_theme'
94
if not on_rtd: # only import and set the theme if we're building docs locally
95
import sphinx_rtd_theme
- html_theme = 'sphinx_rtd_theme'
96
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
97
98
# Add any paths that contain custom static files (such as style sheets) here,
0 commit comments