Skip to content

Commit

Permalink
Exclude incompatible Sphinx releases (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicederyn committed Aug 23, 2023
1 parent 576df70 commit 4dd6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -17,7 +17,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4",
"sphinx >= 6.0,<8.0",
"sphinx >= 6.0,<8.0,!=7.2.0,!=7.2.1",
"sphinx-basic-ng",
"pygments >= 2.7",
]
Expand Down

0 comments on commit 4dd6eec

Please sign in to comment.