From d9d98740f2f59ef6f6f764531e9b94c2a6fae5ae Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Fri, 6 Aug 2021 14:21:32 -0500 Subject: [PATCH] new antsibull supports breadcrumbs toggle (#75424) * new antsibull supports breadcrumbs toggle * let antsibull versoin float free Co-authored-by: Alicia Cozine --- docs/docsite/known_good_reqs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt index 279a5ad7bd2..75323d13b02 100644 --- a/docs/docsite/known_good_reqs.txt +++ b/docs/docsite/known_good_reqs.txt @@ -1,7 +1,8 @@ # pip packages required to build docsite # tested June 9 2021 -antsibull==0.34.0 +antsibull +# version floats free, since we control features and releases docutils==0.16 # check unordered lists when testing more recent docutils versions # see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115