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

Skip to content

Commit 3688e00

Browse files
committed
MNT: use devel version of theme [skip actions] [skip azp] [skip appveyor]
1 parent e1977a4 commit 3688e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ 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
102-
python -m pip install --user \
103-
git+https://github.com/matplotlib/mpl-sphinx-theme.git
104104
105105
mpl-install:
106106
steps:

0 commit comments

Comments
 (0)