Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d2f87e8 commit 622065eCopy full SHA for 622065e
1 file changed
.circleci/config.yml
@@ -100,6 +100,13 @@ commands:
100
numpy<< parameters.numpy_version >> codecov coverage \
101
-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
109
+
110
mpl-install:
111
steps:
112
- run:
0 commit comments