From cf014a7f5f6d53ecd2929b72922478e6f1eb4c36 Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Sun, 3 Sep 2023 17:44:30 +0200 Subject: [PATCH] Add upper limit for `docutils` --- setup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.json b/setup.json index e026f10..48fbd26 100644 --- a/setup.json +++ b/setup.json @@ -52,6 +52,7 @@ "pytest~=5.4" ], "docs": [ + "docutils<0.18", "sphinx~=3.2.1", "sphinx-copybutton~=0.3.0", "sphinx-book-theme~=0.0.39",