From 8f53ece78026554ed942a726061ee96e6b609bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 2 Aug 2024 13:27:50 +0300 Subject: [PATCH] Upgraded the sphinx-autodoc-typehints dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7bbe3707..9f6a6caa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ ] doc = [ "sphinx", - "sphinx-autodoc-typehints", + "sphinx-autodoc-typehints >= 2.2.3", "sphinx-rtd-theme >= 1.3.0", "sphinx-tabs >= 3.3.1", ]