From 8338e5359e2ed7805d813917cd89bf506d2e387b Mon Sep 17 00:00:00 2001 From: jtburrows <57203971+jtburrows@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:22:15 -0700 Subject: [PATCH] Update setup.cfg - add docutils version --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d513146..da7594e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,6 +87,7 @@ docs = nbsphinx jinja2 ~= 2.11.3 markupsafe ~= 1.1.1 + docutils==0.16 tests = pytest pytest-cov