Skip to content

Commit

Permalink
Pin sphinx<7.2 due to breaking changes (sphinx-doc/sphinx#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Aug 17, 2023
1 parent bd434b1 commit 4a41320
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 @@ -50,7 +50,7 @@ dev = [
]
docs = [
"pydata-sphinx-theme>=0.13.1",
"sphinx>=6.1.3",
"sphinx>=6.1.3,<7.2",
"sphinx-argparse>=0.4.0",
"sphinx_copybutton>=0.5.1",
]
Expand Down

0 comments on commit 4a41320

Please sign in to comment.