From da8d10597c52ceb42223c61e6b49b6f715542d08 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 13 Oct 2024 11:00:04 +0200 Subject: [PATCH] sphinx>=6.1.0,<8.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8389ad70..7836bebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'astroid>=3.0.0a1;python_version>="3.12"', "Jinja2", "PyYAML", - "sphinx>=6.1.0", + "sphinx>=6.1.0,<8.1.0", 'stdlib_list;python_version<"3.10"', ] dynamic = ["version"]