Skip to content

Commit ddb7c88

Browse files
authored
Merge pull request #11 from ianhi/furo
furo theme
2 parents b70eb46 + f18c6e7 commit ddb7c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The theme to use for HTML and HTML Help pages. See the documentation for
6363
# a list of builtin themes.
6464
#
65-
html_theme = 'alabaster'
65+
html_theme = 'furo'
6666

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ keywords =
2828
[options.extras_require]
2929
doc =
3030
autoapi
31+
furo
3132
numpydoc
3233
sphinx
3334
sphinx-autobuild
3435
sphinx-copybutton
3536
sphinx_gallery>=0.8.2
36-
sphinx_rtd_theme
3737
test =
3838
black
3939
mpl-playback

0 commit comments

Comments
 (0)