From 2cc71ef06a42aa9c36ba378b350bf772cb5f3e3b Mon Sep 17 00:00:00 2001 From: endolith Date: Mon, 18 Nov 2024 12:04:01 -0500 Subject: [PATCH] The simplest solution would be to pin to an older version of docutils that still has the reprunicode attribute. Add this to your docs/requirements.txt: --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4de04e4..eb049cb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +docutils<0.18 -e . numpydoc m2r2