From 4dd6eec9e306b5fd0624ec8d1d90c6ad416c5182 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 23 Aug 2023 12:19:54 +0100 Subject: [PATCH] Exclude incompatible Sphinx releases (#711) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]