Skip to content

Commit e1977a4

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

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
@@ -99,13 +99,8 @@ commands:
9999
python -m pip install --user \
100100
numpy<< parameters.numpy_version >> codecov coverage \
101101
-r requirements/doc/doc-requirements.txt
102-
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
102+
python -m pip install --user \
103+
git+https://github.com/matplotlib/mpl-sphinx-theme.git
109104
110105
mpl-install:
111106
steps:

0 commit comments

Comments
 (0)