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.
2 parents b70eb46 + f18c6e7 commit ddb7c88Copy full SHA for ddb7c88
docs/conf.py
@@ -62,7 +62,7 @@
62
# The theme to use for HTML and HTML Help pages. See the documentation for
63
# a list of builtin themes.
64
#
65
-html_theme = 'alabaster'
+html_theme = 'furo'
66
67
# Add any paths that contain custom static files (such as style sheets) here,
68
# relative to this directory. They are copied after the builtin static files,
setup.cfg
@@ -28,12 +28,12 @@ keywords =
28
[options.extras_require]
29
doc =
30
autoapi
31
+ furo
32
numpydoc
33
sphinx
34
sphinx-autobuild
35
sphinx-copybutton
36
sphinx_gallery>=0.8.2
- sphinx_rtd_theme
37
test =
38
black
39
mpl-playback
0 commit comments