The Wayback Machine - https://web.archive.org/web/20230301144723/https://github.com/matplotlib/matplotlib/pull/25347/files
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation for pydata-sphinx-theme 0.13.0 #25347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -458,7 +458,8 @@ def js_tag_with_cache_busting(js):
"image_dark": "images/logo_dark.svg"},
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
"secondary_sidebar_items": "page-toc.html",
"footer_items": ["copyright", "sphinx-version", "doc_version"],
"footer_start": ["copyright", "sphinx-version"],
"footer_end": ["doc_version"],
}
include_analytics = is_release_build
if include_analytics:
@@ -13,7 +13,7 @@ ipython
ipywidgets
numpydoc>=1.0
packaging>=20
pydata-sphinx-theme>=0.12.0
pydata-sphinx-theme>=0.13.0
mpl-sphinx-theme>=3.7.0
pyyaml
sphinxcontrib-svg2pdfconverter>=1.1.0