Skip to content

Commit 3143bc9

Browse files
authored
Merge pull request matplotlib#31852 from meeseeksmachine/auto-backport-of-pr-31539-on-v3.11.x
Backport PR matplotlib#31539 on branch v3.11.x (DOC: Build against 3.11.0 of mpl-sphinx-theme)
2 parents f6e82c7 + 026182d commit 3143bc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
- ipywidgets
3838
- numpydoc>=1.0
3939
- packaging>=20
40-
- pydata-sphinx-theme=0.16.1 # required by mpl-sphinx-theme=3.10
40+
- pydata-sphinx-theme=0.18.0 # required by mpl-sphinx-theme=3.11
4141
- pyyaml
4242
- sphinx>=3.0.0,!=6.1.2
4343
- sphinx-copybutton
@@ -49,7 +49,7 @@ dependencies:
4949
- pikepdf
5050
- pip
5151
- pip:
52-
- mpl-sphinx-theme~=3.10.0
52+
- mpl-sphinx-theme~=3.11.0
5353
- sphinxcontrib-svg2pdfconverter>=1.1.0
5454
- sphinxcontrib-video>=0.2.1
5555
# testing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ doc = [
113113
"ipywidgets",
114114
"ipykernel",
115115
"numpydoc>=1.0",
116-
"mpl-sphinx-theme~=3.10.0",
116+
"mpl-sphinx-theme~=3.11.0",
117117
"pyyaml",
118118
"PyStemmer",
119119
"sphinxcontrib-svg2pdfconverter>=1.1.0",

0 commit comments

Comments
 (0)