From 9dd756f9fe574ab2b3c97585f299600582551310 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 22 Dec 2025 09:33:28 +1100 Subject: [PATCH] Revert "Pin docutils to 0.21 (#9344)" This reverts commit 6df6cd448069ac09bafc360b6f7a470773c74707. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f22620805..f4514925d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ dynamic = [ "version", ] optional-dependencies.docs = [ - "docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51 "furo", "olefile", "sphinx>=8.2",