Skip to content

Commit 883535d

Browse files
committed
modify ci config to test updated sphinx_gallery
1 parent ccb5af5 commit 883535d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ commands:
107107
python -m pip install --user \
108108
numpy<< parameters.numpy_version >> \
109109
-r requirements/doc/doc-requirements.txt
110+
pip install git+https://github.com/larsoner/sphinx-gallery.git@serial
110111
python -m pip install --no-deps --user \
111112
git+https://github.com/matplotlib/mpl-sphinx-theme.git
112113

requirements/doc/doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pydata-sphinx-theme~=0.15.0
1818
mpl-sphinx-theme~=3.8.0
1919
pyyaml
2020
sphinxcontrib-svg2pdfconverter>=1.1.0
21-
sphinx-gallery>=0.12.0
2221
sphinx-copybutton
2322
sphinx-design
2423
sphinx-tags>=0.3.0

0 commit comments

Comments
 (0)