Skip to content

Commit aab86f4

Browse files
committed
Revert "Exclude incompatible Sphinx releases (#711)"
This reverts commit 4dd6eec. These are now compatible with Furo.
1 parent 4dd6eec commit aab86f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "README.md"
1717
requires-python = ">=3.8"
1818
dependencies = [
1919
"beautifulsoup4",
20-
"sphinx >= 6.0,<8.0,!=7.2.0,!=7.2.1",
20+
"sphinx >= 6.0,<8.0",
2121
"sphinx-basic-ng",
2222
"pygments >= 2.7",
2323
]

0 commit comments

Comments
 (0)