Skip to content

Commit 97053f5

Browse files
committed
DOC: Change theme from book to rtd
1 parent b57e503 commit 97053f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def setup(app):
129129
"sphinx.ext.ifconfig",
130130
"sphinx.ext.viewcode",
131131
"sphinx.ext.napoleon",
132+
"sphinx_rtd_theme",
132133
]
133134

134135
# Some extension features only available on later Python versions
@@ -186,7 +187,7 @@ def setup(app):
186187
# The theme to use for HTML and HTML Help pages. See the documentation for
187188
# a list of builtin themes.
188189
#
189-
html_theme = "sphinx_book_theme"
190+
html_theme = "sphinx_rtd_theme"
190191

191192
# Theme options are theme-specific and customize the look and feel of a theme
192193
# further. For a list of options available for each theme, see the

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pypandoc>=1.6.3
33
readthedocs-sphinx-search; python_version>='3.6'
44
sphinx>=3.5.4
55
sphinx-autobuild
6-
sphinx_book_theme
6+
sphinx_rtd_theme
77
watchdog<1.0.0; python_version<'3.6'

0 commit comments

Comments
 (0)