Skip to content

Commit

Permalink
Adjust constraint setup.py
Browse files Browse the repository at this point in the history
So that we accept Sphinx 6.
  • Loading branch information
michaeljones committed Jan 17, 2023
1 parent ef4e245 commit 00b29e8
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 @@
render `Doxygen <http://www.doxygen.org>`__ xml output.
"""

requires = ["Sphinx>=4.0,<6,!=5.0.0", "docutils>=0.12"]
requires = ["Sphinx>=4.0,<7,!=5.0.0", "docutils>=0.12"]

if sys.version_info < (3, 7):
print("ERROR: Sphinx requires at least Python 3.7 to run.")
Expand Down

0 comments on commit 00b29e8

Please sign in to comment.