Skip to content

Commit 856ecd8

Browse files
authored
Merge pull request #76 from QuLogic/mpl37
Update to mpl-sphinx-theme 3.7.1
2 parents 31af183 + 82900af commit 856ecd8

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

docs/conf.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1818
# ones.
1919
extensions = [
20-
'sphinxcontrib.jquery', # Remove when requiring pydata-sphinx-theme>=0.13.
2120
'notfound.extension',
2221
]
2322

@@ -92,14 +91,9 @@ def js_tag_with_cache_busting(js):
9291
html_theme = "mpl_sphinx_theme"
9392
html_favicon = "_static/favicon.ico"
9493
html_theme_options = {
95-
"logo": {
96-
"link": "https://matplotlib.org/stable/",
97-
"image_light": "images/logo2.svg",
98-
"image_dark": "images/logo_dark.svg",
99-
},
100-
"navbar_links": "server-stable",
101-
"footer_items": ["landing_footer"],
102-
"page_sidebar_items": [],
94+
"navbar_links": ("absolute", "server-stable"),
95+
"footer_start": ["landing_footer"],
96+
"secondary_sidebar_items": [],
10397
}
10498

10599
# Add any paths that contain custom static files (such as style sheets) here,

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
jinja2>3
2-
mpl-sphinx-theme~=3.7.0
3-
pydata-sphinx-theme~=0.12.0
2+
mpl-sphinx-theme~=3.7.1
3+
pydata-sphinx-theme~=0.13.0
44
pygments>=2.7
55
sphinx
66
sphinx-notfound-page
7-
sphinxcontrib.jquery==2.0.0 # Remove when requiring pydata-sphinx-theme>=0.13.

0 commit comments

Comments
 (0)