We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c141c commit f1b70ffCopy full SHA for f1b70ff
.circleci/config.yml
@@ -97,12 +97,9 @@ commands:
97
- run:
98
name: Install Python dependencies
99
command: |
100
- # remove when sphinx-gallery releases #1071:
101
python -m pip install --user \
102
numpy<< parameters.numpy_version >> codecov coverage \
103
-r requirements/doc/doc-requirements.txt
104
- python -m pip install --no-deps --user \
105
- git+https://github.com/sphinx-gallery/sphinx-gallery.git
106
python -m pip install --no-deps --user \
107
git+https://github.com/matplotlib/mpl-sphinx-theme.git
108
requirements/doc/doc-requirements.txt
@@ -17,6 +17,6 @@ pydata-sphinx-theme~=0.13.1
17
mpl-sphinx-theme~=3.7.0
18
pyyaml
19
sphinxcontrib-svg2pdfconverter>=1.1.0
20
-sphinx-gallery>=0.10
+sphinx-gallery>=0.12.0
21
sphinx-copybutton
22
sphinx-design
0 commit comments