Thanks to visit codestin.com Credit goes to github.com
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 ccb5af5 commit 883535dCopy full SHA for 883535d
2 files changed
.circleci/config.yml
@@ -107,6 +107,7 @@ 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
@@ -18,7 +18,6 @@ pydata-sphinx-theme~=0.15.0
18
mpl-sphinx-theme~=3.8.0
19
pyyaml
20
sphinxcontrib-svg2pdfconverter>=1.1.0
21
-sphinx-gallery>=0.12.0
22
sphinx-copybutton
23
sphinx-design
24
sphinx-tags>=0.3.0
0 commit comments