Skip to content

Commit ecf8da3

Browse files
authored
Merge pull request #25487 from jklymak/doc-bld-stop-sg-main
2 parents a7ecb9c + d5c8f93 commit ecf8da3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,9 @@ commands:
9797
- run:
9898
name: Install Python dependencies
9999
command: |
100-
# remove when sphinx-gallery releases #1071:
101100
python -m pip install --user \
102101
numpy<< parameters.numpy_version >> codecov coverage \
103102
-r requirements/doc/doc-requirements.txt
104-
python -m pip install --no-deps --user \
105-
git+https://github.com/sphinx-gallery/sphinx-gallery.git
106103
python -m pip install --no-deps --user \
107104
git+https://github.com/matplotlib/mpl-sphinx-theme.git
108105

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- pyyaml
3737
- sphinx>=1.8.1,!=2.0.0
3838
- sphinx-copybutton
39-
- sphinx-gallery>=0.10
39+
- sphinx-gallery>=0.12
4040
- sphinx-design
4141
- pip
4242
- pip:

requirements/doc/doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ pydata-sphinx-theme~=0.13.1
1717
mpl-sphinx-theme~=3.7.0
1818
pyyaml
1919
sphinxcontrib-svg2pdfconverter>=1.1.0
20-
sphinx-gallery>=0.10
20+
sphinx-gallery>=0.12.0
2121
sphinx-copybutton
2222
sphinx-design

0 commit comments

Comments
 (0)