From 4162b122a7e340590bb32ba331d208ec077ec432 Mon Sep 17 00:00:00 2001 From: Alif Be <11570927+alifbe@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:21:21 +0000 Subject: [PATCH] Pin sphinx-autodoc-typehints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d33c24df..9f3a4c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "autoapi", "sphinx", "sphinx-argparse", - "sphinx-autodoc-typehints", + "sphinx-autodoc-typehints<2.4", "sphinx_rtd_theme", ]