Skip to content

Commit

Permalink
Remove sphinx version cap (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane authored Sep 24, 2023
1 parent 4e9bb36 commit 19cec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
"Jinja2>2.0",
"parsimonious>=0.10.0,<0.11.0",
"Sphinx>=4.1.0,<6.0.0",
"Sphinx>=4.1.0",
"pydantic<2",
# Pin markupsafe because of
# https://github.com/pallets/jinja/issues/1585
Expand Down

0 comments on commit 19cec98

Please sign in to comment.