Skip to content

Commit 2eab304

Browse files
committed
Restrict sphinx version to < 8.2 in CI
Workaround for sphinx-doc/sphinx#13352
1 parent 658e1c8 commit 2eab304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/conda-env/doctest-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- numpy
88
- matplotlib
99
- scipy
10-
- sphinx
10+
- sphinx<8.2
1111
- sphinx_rtd_theme
1212
- ipykernel
1313
- nbsphinx

0 commit comments

Comments
 (0)