Skip to content

Commit 6d64360

Browse files
authored
[MNT] fix readthedocs build (#1777)
This PR attempts to fix the readthedoc build, which seems to be failing due to an incompatibility between `sphinx` and `nbsphinx`. The attemted solution is to bound `sphinx`. The fix in #1775 is also required.
1 parent f4397be commit 6d64360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dev = [
106106

107107
# docs - dependencies for building the documentation
108108
docs = [
109-
"sphinx>3.2",
109+
"sphinx>3.2,<7.2.6",
110110
"pydata-sphinx-theme",
111111
"nbsphinx",
112112
"pandoc",

0 commit comments

Comments
 (0)