Skip to content

Commit

Permalink
fix automated documentation by pinning sphinx to be <7.4 (#754)
Browse files Browse the repository at this point in the history
* fix docs by pinning sphinx to be <7.1

* sphinx <7.4
  • Loading branch information
SiQube authored Jul 15, 2024
1 parent 6eaf0a4 commit fcca057
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 @@ -53,7 +53,7 @@ docs = [
"pybtex",
"pydata-sphinx-theme>=0.12",
"setuptools>=61.0.0",
"sphinx>=5.3.0",
"sphinx>=5.3.0,<7.4",
"sphinx-copybutton>=0.4.0",
"sphinx-favicon>=1.0.1",
"sphinx_design>=0.3.0",
Expand Down

0 comments on commit fcca057

Please sign in to comment.