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

Skip to content

Commit 35e3651

Browse files
committed
DOC: Pin mpl-sphinx-theme to 3.8.x
1 parent 4c0c010 commit 35e3651

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ commands:
100100
python -m pip install --user \
101101
numpy<< parameters.numpy_version >> \
102102
-r requirements/doc/doc-requirements.txt
103-
python -m pip install --no-deps --user \
104-
git+https://github.com/matplotlib/mpl-sphinx-theme.git
105103
106104
mpl-install:
107105
steps:

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ipykernel
1515
numpydoc>=1.0
1616
packaging>=20
1717
pydata-sphinx-theme~=0.13.1
18-
mpl-sphinx-theme~=3.7.0
18+
mpl-sphinx-theme~=3.8.0
1919
pyyaml
2020
sphinxcontrib-svg2pdfconverter>=1.1.0
2121
sphinx-gallery>=0.12.0

0 commit comments

Comments
 (0)