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

Skip to content

Commit ad34fff

Browse files
authored
Merge pull request #23366 from jklymak/fix-use-devel-mst
MNT: use devel version of theme
2 parents 17de827 + 3688e00 commit ad34fff

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,12 @@ commands:
9696
- run:
9797
name: Install Python dependencies
9898
command: |
99+
python -m pip install --no-deps --user \
100+
git+https://github.com/matplotlib/mpl-sphinx-theme.git
99101
python -m pip install --user \
100102
numpy<< parameters.numpy_version >> codecov coverage \
101103
-r requirements/doc/doc-requirements.txt
102104
103-
mpl-theme-install:
104-
steps:
105-
- run:
106-
name: Install mpl-sphinx-theme dev
107-
command: |
108-
pip install git+https://github.com/matplotlib/mpl-sphinx-theme.git
109-
110105
mpl-install:
111106
steps:
112107
- run:

0 commit comments

Comments
 (0)