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 8c18b4d commit 6046659Copy full SHA for 6046659
.circleci/config.yml
@@ -107,7 +107,6 @@ commands:
107
python -m pip install --user \
108
numpy<< parameters.numpy_version >> \
109
-r requirements/doc/doc-requirements.txt
110
- pip install git+https://github.com/larsoner/sphinx-gallery.git@serial
111
python -m pip install --no-deps --user \
112
git+https://github.com/matplotlib/mpl-sphinx-theme.git
113
requirements/doc/doc-requirements.txt
@@ -21,3 +21,4 @@ sphinxcontrib-svg2pdfconverter>=1.1.0
21
sphinx-copybutton
22
sphinx-design
23
sphinx-tags>=0.3.0
24
+sphinx-gallery @ git+https://github.com/larsoner/sphinx-gallery.git@serial
0 commit comments