fix sphinx version to 5.* since 6.0 is not supported by code

This commit is contained in:
vlad 2022-12-30 00:46:32 +04:00
parent f1d427242f
commit f48cd743d9

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