Skip to content

Commit

Permalink
[MNT] fix readthedocs build (#1777)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fkiraly authored Feb 22, 2025
1 parent f4397be commit 6d64360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dev = [

# docs - dependencies for building the documentation
docs = [
"sphinx>3.2",
"sphinx>3.2,<7.2.6",
"pydata-sphinx-theme",
"nbsphinx",
"pandoc",
Expand Down

0 comments on commit 6d64360

Please sign in to comment.