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 02cbca5 commit 010595fCopy full SHA for 010595f
doc/conf.py
@@ -59,7 +59,7 @@
59
# The theme to use for HTML and HTML Help pages. See the documentation for
60
# a list of builtin themes.
61
#
62
-html_theme = "alabaster"
+html_theme = "furo"
63
64
# Add any paths that contain custom static files (such as style sheets) here,
65
# relative to this directory. They are copied after the builtin static files,
setup.cfg
@@ -34,6 +34,7 @@ python_requires = >=3.8
34
[options.extras_require]
35
docs =
36
Sphinx>=1.5
37
+ furo
38
sphinx-copybutton
39
sphinx_gallery
40
0 commit comments