Skip to content

Commit aeca567

Browse files
committed
Rebuild docs in another theme
1 parent 02c14e4 commit aeca567

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
# The theme to use for HTML and HTML Help pages. See the documentation for
110110
# a list of builtin themes.
111111
#
112-
html_theme = "sphinx_rtd_theme"
112+
# html_theme = "sphinx_rtd_theme"
113+
html_theme = "furo"
113114

114115
# Add any paths that contain custom static files (such as style sheets) here,
115116
# relative to this directory. They are copied after the builtin static files,

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
EXTRAS_REQUIRE = {
2929
"docs": [
3030
"sphinx>=3,<4",
31-
"sphinx_rtd_theme",
31+
# "sphinx_rtd_theme",
32+
"furo",
3233
"sphinx-autodoc-typehints==1.11.1", # don't bump to 1.12.0
3334
"jupyter-sphinx>=0.3.2",
3435
"myst-nb",

0 commit comments

Comments
 (0)