From 6df6cd448069ac09bafc360b6f7a470773c74707 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 20 Dec 2025 23:51:05 +1100 Subject: [PATCH] Pin docutils to 0.21 (#9344) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f4514925d..f22620805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dynamic = [ "version", ] optional-dependencies.docs = [ + "docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51 "furo", "olefile", "sphinx>=8.2",