From 4dc967404bb811c8addc0a86dcc56b14b9867590 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 17 Jul 2024 14:28:10 -0700 Subject: [PATCH] docs: Unpin docutils Prompted by https://github.com/nextstrain/ncov/issues/1126 Unpinning docutils to be able to pull in the latest sphinx-argparse to fix doc builds. --- docs/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conda.yml b/docs/conda.yml index d206a8062..184d24cfa 100644 --- a/docs/conda.yml +++ b/docs/conda.yml @@ -9,7 +9,7 @@ dependencies: - recommonmark - requests - sphinx - - docutils<0.18 + - docutils - sphinx-argparse - sphinx-autobuild - sphinx-copybutton