summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-08-23 14:24:40 -0500
committerGitHub <noreply@github.com>2021-08-23 12:24:40 -0700
commit5a35a95ceb2904fe6474da3f7c928cd32bf8240f (patch)
tree2e83fd584806739ea03eb6cb33f9403947f886f1
parent9e022484b754229ceab1b75514373051b6052c68 (diff)
downloadansible-5a35a95ceb2904fe6474da3f7c928cd32bf8240f.tar.gz
new antsibull supports breadcrumbs toggle (#75424) (#75425)
* new antsibull supports breadcrumbs toggle * let antsibull versoin float free Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> (cherry picked from commit d9d98740f2f59ef6f6f764531e9b94c2a6fae5ae)
-rw-r--r--docs/docsite/known_good_reqs.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt
index 279a5ad7bd..75323d13b0 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