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 55a1c14 commit f826bf1Copy full SHA for f826bf1
docs/conf.py
@@ -114,9 +114,6 @@
114
115
html_theme = 'sphinx_rtd_theme'
116
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
117
-if not on_rtd: # only import and set the theme if we're building docs locally
118
- import sphinx_rtd_theme
119
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
120
121
# Theme options are theme-specific and customize the look and feel of a theme
122
# further. For a list of options available for each theme, see the
requirements.docs.txt
@@ -1,4 +1,4 @@
1
sphinx>=4
2
-sphinx_rtd_theme>1,<=2
+sphinx_rtd_theme>1
3
sphinxcontrib-apidoc
4
sphinx-github-style<1.0.3
0 commit comments