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 9754641 commit e3676d2Copy full SHA for e3676d2
docs/conf.py
@@ -36,8 +36,12 @@
36
html_theme = "mpl_sphinx_theme"
37
html_favicon = "_static/favicon.ico"
38
html_theme_options = {
39
- "logo_link": "https://matplotlib.org/stable/",
40
- "native_site": False,
+ "logo": {
+ "link": "https://matplotlib.org/stable/",
41
+ "image_light": "images/logo2.svg",
42
+ "image_dark": "images/logo_dark.svg",
43
+ },
44
+ "navbar_links": "server-stable",
45
"footer_items": ["landing_footer"],
46
}
47
requirements.txt
@@ -1,5 +1,4 @@
1
jinja2>3
2
-pydata-sphinx-theme<0.9.0
3
-mpl-sphinx-theme
+mpl-sphinx-theme~=3.6.0
4
sphinx
5
sphinx-notfound-page
0 commit comments