Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9adaa12

Browse files
committed
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 8b4bee7 commit 9adaa12

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)