Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6046659

Browse files
committed
move sphinx-gallery installation back to requirements.txt~
1 parent 8c18b4d commit 6046659

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ 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
111110
python -m pip install --no-deps --user \
112111
git+https://github.com/matplotlib/mpl-sphinx-theme.git
113112

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ sphinxcontrib-svg2pdfconverter>=1.1.0
2121
sphinx-copybutton
2222
sphinx-design
2323
sphinx-tags>=0.3.0
24+
sphinx-gallery @ git+https://github.com/larsoner/sphinx-gallery.git@serial

0 commit comments

Comments
 (0)