Skip to content

Commit

Permalink
Revert "Exclude incompatible Sphinx releases (#711)"
Browse files Browse the repository at this point in the history
This reverts commit 4dd6eec. These are
now compatible with Furo.
  • Loading branch information
pradyunsg committed Aug 28, 2023
1 parent 4dd6eec commit aab86f4
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,!=7.2.0,!=7.2.1",
"sphinx >= 6.0,<8.0",
"sphinx-basic-ng",
"pygments >= 2.7",
]
Expand Down

0 comments on commit aab86f4

Please sign in to comment.