Skip to content

Commit 3ef4503

Browse files
authored
Temporarily pin sphinx-gallery<0.17.0 (#3350)
1 parent 7376e6e commit 3ef4503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
sphinx-autodoc-typehints
114114
sphinx-copybutton
115115
sphinx-design
116-
sphinx-gallery
116+
sphinx-gallery<0.17.0
117117
sphinx_rtd_theme
118118
119119
# Download cached remote files (artifacts) from GitHub

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies:
2828
- sphinx-autodoc-typehints
2929
- sphinx-copybutton
3030
- sphinx-design
31-
- sphinx-gallery
31+
- sphinx-gallery<0.17.0
3232
- sphinx_rtd_theme

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- sphinx-autodoc-typehints
4141
- sphinx-copybutton
4242
- sphinx-design
43-
- sphinx-gallery
43+
- sphinx-gallery<0.17.0
4444
- sphinx_rtd_theme
4545
# Dev dependencies (type hints)
4646
- mypy

0 commit comments

Comments
 (0)