10000 Backport PR#24488 (Update for pydata-sphinx-theme 0.12.0) · matplotlib/matplotlib@3427f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3427f2e

Browse files
ksunden
authored andcommitted
Backport PR#24488 (Update for pydata-sphinx-theme 0.12.0)
`pydata-sphinx-theme` updated, renaming some configuration names. (only one of which we actually configure) While they are just warnings for now, we are configured to error on warning so CircleCI is indicating failure. This does the 'easy' route of just changing to the new name and expecting the version in which it is implemented. If desired, I could do a larger change to accomodate both by checking the version, but I'm also not _too_ worried about more tightly pinning already relatively tight requirements.
1 parent b4e549b commit 3427f2e

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
@@ -383,7 +383,7 @@ def js_tag_with_cache_busting(js):
383383
"image_light": "images/logo2.svg",
384384
"image_dark": "images/logo_dark.svg"},
385385
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
386-
"page_sidebar_items": "page-toc.html",
386+
"secondary_sidebar_items": "page-toc.html",
387387
}
388388
include_analytics = is_release_build
389389
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.9.0
16+
pydata-sphinx-theme>=0.12.0
1717
mpl-sphinx-theme~=3.6.0
1818
sphinxcontrib-svg2pdfconverter>=1.1.0
1919
sphinx-gallery>=0.10

0 commit comments

Comments
 (0)
0