8000 Merge pull request #24488 from ksunden/docs_ci · matplotlib/matplotlib@45f8ebc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45f8ebc

Browse files
authored
Merge pull request #24488 from ksunden/docs_ci
Update for pydata-sphinx-theme 0.12.0
2 parents 8b4bee7 + 9adaa12 commit 45f8ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def js_tag_with_cache_busting(js):
403403
"image_light": "images/logo2.svg",
404404
"image_dark": "images/logo_dark.svg"},
405405
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
406-
"page_sidebar_items": "page-toc.html",
406+
"secondary_sidebar_items": "page-toc.html",
407407
}
408408
include_analytics = is_release_build
409409
if include_analytics:

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython
1313
ipywidgets
1414
numpydoc>=1.0
1515
packaging>=20
16-
pydata-sphinx-theme>=0.11.0
16+
pydata-sphinx-theme>=0.12.0
1717
mpl-sphinx-theme
1818
sphinxcontrib-svg2pdfconverter>=1.1.0
1919
sphinx-gallery>=0.10

0 commit comments

Comments
 (0)
0