From dbf01a26a43e00d2a65a96d65e4466b341fbaa36 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Sun, 23 Feb 2025 18:54:57 +0100 Subject: [PATCH] Backport PR #1868: Revert "(fix): bound sphinx due to autodoc incompat" --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f9a70e2b..8e86617e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,9 +64,7 @@ dev = [ "anndata[dev-doc,dev-test]", ] doc = [ - # https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523 - # means autodoc-typehints is incompatible with sphinx 8.2.0 - "sphinx>=7.4.6,<8.2.0", + "sphinx>=8.2.1", "sphinx-book-theme>=1.1.0", "sphinx-autodoc-typehints>=2.2.0", "sphinx-issues",