diff --git a/pyproject.toml b/pyproject.toml index 69d80535..3fee9d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]