From 671ea4acb7749d925fd8e692b56c400bd1709680 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 20 Dec 2025 13:04:25 +1100 Subject: [PATCH 1/3] Pin docutils to 0.21 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f4514925d1c..400dfe43871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dynamic = [ "version", ] optional-dependencies.docs = [ + "docutils==0.21", "furo", "olefile", "sphinx>=8.2", From 205215e6110a244d0599cf3680088d209f6f9d24 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 20 Dec 2025 22:37:15 +1100 Subject: [PATCH 2/3] Added comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 400dfe43871..9ebc6408bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dynamic = [ "version", ] optional-dependencies.docs = [ - "docutils==0.21", + "docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51 "furo", "olefile", "sphinx>=8.2", From 6620b437212219e17c2378976cd50c9699e54490 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:38:09 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ebc6408bc6..f2262080598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dynamic = [ "version", ] optional-dependencies.docs = [ - "docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51 + "docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51 "furo", "olefile", "sphinx>=8.2",