From f9d19c93267f71ccd47e863a697c0f40a569c9da Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Thu, 18 Jul 2024 11:15:45 -0700 Subject: [PATCH] Unpin docutils + sphinx-argparse Unpinning docutils to be able to pull in the latest sphinx-argparse which includes upstream fixes for https://github.com/nextstrain/docs.nextstrain.org/issues/214 --- conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.yml b/conda.yml index e4bd3e13..157a4bc7 100644 --- a/conda.yml +++ b/conda.yml @@ -7,12 +7,12 @@ dependencies: - pip - pip: - nextstrain-sphinx-theme>=2022.5 - - docutils<0.18 + - docutils - recommonmark - requests - sphinx - sphinx-autobuild - sphinx-markdown-tables - - sphinx-argparse<0.5.0 + - sphinx-argparse - sphinx-tabs - sphinx-copybutton