Skip to content

Commit acf1515

Browse files
authored
Merge pull request #12 from QuLogic/mpl37
Update to mpl-sphinx-theme 3.7
2 parents 685268b + d44701e commit acf1515

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,7 @@
124124
html_theme = "mpl_sphinx_theme"
125125

126126
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-
},
127+
"navbar_links": ("absolute", "server-stable"),
133128
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
134129
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
135130
"collapse_navigation": not is_release_build,

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ipython
33
jinja2>3
44
matplotlib
5-
mpl-sphinx-theme~=3.6.0
5+
mpl-sphinx-theme~=3.7.1
66
numpydoc
77
sphinx
88
sphinx-copybutton

0 commit comments

Comments
 (0)