Skip to content

Commit

Permalink
Merge pull request #13833 from quantum13/fix_sphinx_version_to_5
Browse files Browse the repository at this point in the history
fix sphinx version to 5.* since 6.0 is not supported by code
  • Loading branch information
ekpyron committed Jan 4, 2023
2 parents f1d4272 + f48cd74 commit 2ec6a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ec6a04

Please sign in to comment.