Skip to content

Commit e3676d2

Browse files
committed
Update to 3.6 Sphinx theme
1 parent 9754641 commit e3676d2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@
3636
html_theme = "mpl_sphinx_theme"
3737
html_favicon = "_static/favicon.ico"
3838
html_theme_options = {
39-
"logo_link": "https://matplotlib.org/stable/",
40-
"native_site": False,
39+
"logo": {
40+
"link": "https://matplotlib.org/stable/",
41+
"image_light": "images/logo2.svg",
42+
"image_dark": "images/logo_dark.svg",
43+
},
44+
"navbar_links": "server-stable",
4145
"footer_items": ["landing_footer"],
4246
}
4347

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
jinja2>3
2-
pydata-sphinx-theme<0.9.0
3-
mpl-sphinx-theme
2+
mpl-sphinx-theme~=3.6.0
43
sphinx
54
sphinx-notfound-page

0 commit comments

Comments
 (0)