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 685268b + d44701e commit acf1515Copy full SHA for acf1515
docs/source/conf.py
@@ -124,12 +124,7 @@
124
html_theme = "mpl_sphinx_theme"
125
126
html_theme_options = {
127
- "navbar_links": "server-stable",
128
- "logo": {
129
- "link": "index",
130
- "image_light": "images/logo2.svg",
131
- "image_dark": "images/logo_dark.svg",
132
- },
+ "navbar_links": ("absolute", "server-stable"),
133
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
134
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
135
"collapse_navigation": not is_release_build,
requirements-doc.txt
@@ -2,7 +2,7 @@
2
ipython
3
jinja2>3
4
matplotlib
5
-mpl-sphinx-theme~=3.6.0
+mpl-sphinx-theme~=3.7.1
6
numpydoc
7
sphinx
8
sphinx-copybutton
0 commit comments