Skip to content

Commit 622065e

Browse files
committed
DOC/MNT install docs with dev version of sphinx theme
1 parent d2f87e8 commit 622065e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ commands:
100100
numpy<< parameters.numpy_version >> codecov coverage \
101101
-r requirements/doc/doc-requirements.txt
102102
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+
103110
mpl-install:
104111
steps:
105112
- run:

0 commit comments

Comments
 (0)