Merge pull request #13833 from quantum13/fix_sphinx_version_to_5

fix sphinx version to 5.* since 6.0 is not supported by code
This commit is contained in:
Daniel 2023-01-04 11:34:11 +01:00 committed by GitHub
commit 2ec6a04b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,4 @@ pygments-lexer-solidity>=0.7.0
sphinx-a4doc==1.3.0
# Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer()
sphinx>=2.1.0
sphinx>=2.1.0, <6.0