From 3ffaf4c2d718d4b8b7c5dadc3c3c2e5fff6a284a Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 19 Feb 2025 10:03:06 +0100 Subject: [PATCH 1/3] test From 4f293c2cb97f24ed6510d03bb5b85699d2271b5a Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 19 Feb 2025 10:15:27 +0100 Subject: [PATCH 2/3] restrict autodoc typehints --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 15f226aac7..d1fed4ea74 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ gevent shibuya sphinx -sphinx-autodoc-typehints[type_comments]>=1.8.0 +sphinx-autodoc-typehints[type_comments]>=1.8.0,<3.0 typing-extensions From 25086ffa2ea21bdefdab7e51a6223cc9a2d89b48 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 19 Feb 2025 10:32:51 +0100 Subject: [PATCH 3/3] ?. --- requirements-docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index d1fed4ea74..81e04ba3ef 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ gevent shibuya -sphinx -sphinx-autodoc-typehints[type_comments]>=1.8.0,<3.0 +sphinx<8.2 +sphinx-autodoc-typehints[type_comments]>=1.8.0 typing-extensions