Skip to content

Commit

Permalink
Merge branch 'sphinx5' of https://github.com/jarrodmillman/breathe
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeeren committed Jun 20, 2022
2 parents 1a0faab + c158c69 commit 697d07b
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>=3.0,<5", "docutils>=0.12"]
requires = ["Sphinx>=4.0,<6,!=5.0.0", "docutils>=0.12"]

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

0 comments on commit 697d07b

Please sign in to comment.