We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17de827 + 3688e00 commit ad34fffCopy full SHA for ad34fff
.circleci/config.yml
@@ -96,17 +96,12 @@ commands:
96
- run:
97
name: Install Python dependencies
98
command: |
99
+ python -m pip install --no-deps --user \
100
+ git+https://github.com/matplotlib/mpl-sphinx-theme.git
101
python -m pip install --user \
102
numpy<< parameters.numpy_version >> codecov coverage \
103
-r requirements/doc/doc-requirements.txt
104
- mpl-theme-install:
- 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
-
110
mpl-install:
111
steps:
112
0 commit comments