Skip to content

Commit fc1ac9f

Browse files
authored
Pin sphinx to < 8.2 (#2671)
1 parent 06ce74d commit fc1ac9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
- autodocsumm >=0.2.2
4949
- ipython
5050
- nbsphinx
51-
- sphinx >=6.1.3
51+
- sphinx >=6.1.3,<8.2
5252
- pydata-sphinx-theme
5353
# Python packages needed for testing
5454
- pytest >=3.9,!=6.0.0rc1,!=6.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ doc = [
8888
"autodocsumm>=0.2.2",
8989
"ipython",
9090
"nbsphinx",
91-
"sphinx>=6.1.3",
91+
"sphinx>=6.1.3,<8.2",
9292
"pydata_sphinx_theme",
9393
]
9494
develop = [

0 commit comments

Comments
 (0)