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 d72a110 commit 4fbe5b9Copy full SHA for 4fbe5b9
docs/conf.py
@@ -92,12 +92,7 @@
92
93
# -- Options for HTML output ---------------------------------------------------
94
95
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
96
-
97
-if not on_rtd:
98
- import sphinx_rtd_theme
99
- html_theme = 'sphinx_rtd_theme'
100
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+html_theme = 'sphinx_rtd_theme'
101
102
# The name for this set of Sphinx documents. If None, it defaults to
103
# "<project> v<release> documentation".
0 commit comments