File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ def setup(app):
129
129
"sphinx.ext.ifconfig" ,
130
130
"sphinx.ext.viewcode" ,
131
131
"sphinx.ext.napoleon" ,
132
+ "sphinx_rtd_theme" ,
132
133
]
133
134
134
135
# Some extension features only available on later Python versions
@@ -186,7 +187,7 @@ def setup(app):
186
187
# The theme to use for HTML and HTML Help pages. See the documentation for
187
188
# a list of builtin themes.
188
189
#
189
- html_theme = "sphinx_book_theme "
190
+ html_theme = "sphinx_rtd_theme "
190
191
191
192
# Theme options are theme-specific and customize the look and feel of a theme
192
193
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ pypandoc>=1.6.3
3
3
readthedocs-sphinx-search; python_version>='3.6'
4
4
sphinx>=3.5.4
5
5
sphinx-autobuild
6
- sphinx_book_theme
6
+ sphinx_rtd_theme
7
7
watchdog<1.0.0; python_version<'3.6'
You can’t perform that action at this time.
0 commit comments