From 4f293c2cb97f24ed6510d03bb5b85699d2271b5a Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 19 Feb 2025 10:15:27 +0100 Subject: [PATCH] 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