From 67c32e843255f18c5d0b19971216a7a78e21859d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 Jun 2024 07:45:21 +0800 Subject: [PATCH] Remove sphinx-autodoc-typehints as well. --- core/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 3d09110f62..76c6086b3b 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -90,7 +90,6 @@ docs = [ # Sphinx 2024.2.4 deprecated support for Python 3.8 "sphinx-autobuild == 2021.3.14 ; python_version < '3.9'", "sphinx-autobuild == 2024.4.16 ; python_version >= '3.9'", - "sphinx-autodoc-typehints == 2.1.0", "sphinx-csv-filter == 0.4.1", "sphinx-copybutton == 0.5.2", "sphinx-toolbox == 3.5.0",