From 10b00660265d9df2be91533e0a9a648bb4494601 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 20 Dec 2023 18:12:29 +0000 Subject: [PATCH] DOCS: require compatible docutils --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1fd0f2b6..5195c17f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ doc = [ "sphinxcontrib-bibtex", "sphinxcontrib-youtube", "sphinxext-opengraph", + "docutils!=0.17.*,!=0.18.*" ] test = [ "beautifulsoup4",