From 35f7b0dd6bd376004dcd1632ac22eb37a5d4b648 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 16 Oct 2025 08:38:09 +0200 Subject: [PATCH] Revert Docutils version change This caused a gnarly dependency resolution problem that could not be easly rectified. Perhaps a future Sphinx release will fix this. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2763908a..8d0fd9b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ requires-python = ">=3.9,<4.0" dependencies = [ "blinker>=1.7.0", - "docutils>=0.22.2", + "docutils>=0.20.1", "feedgenerator>=2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0",