We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c14e4 commit aeca567Copy full SHA for aeca567
docs/conf.py
@@ -109,7 +109,8 @@
109
# The theme to use for HTML and HTML Help pages. See the documentation for
110
# a list of builtin themes.
111
#
112
-html_theme = "sphinx_rtd_theme"
+# html_theme = "sphinx_rtd_theme"
113
+html_theme = "furo"
114
115
# Add any paths that contain custom static files (such as style sheets) here,
116
# relative to this directory. They are copied after the builtin static files,
setup.py
@@ -28,7 +28,8 @@
28
EXTRAS_REQUIRE = {
29
"docs": [
30
"sphinx>=3,<4",
31
- "sphinx_rtd_theme",
+ # "sphinx_rtd_theme",
32
+ "furo",
33
"sphinx-autodoc-typehints==1.11.1", # don't bump to 1.12.0
34
"jupyter-sphinx>=0.3.2",
35
"myst-nb",
0 commit comments