summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2022-04-22 15:33:32 +0200
committerMatt Clay <matt@mystile.com>2022-04-22 10:30:49 -0700
commitcad892125c2b51ed8e60e14277531d12c2038fe0 (patch)
tree4e7cdd12bdfcd9306e13d3197acd302cfc29c7b0 /docs
parente03069a44438753651e1709654d9a0fd75a6130d (diff)
downloadansible-cad892125c2b51ed8e60e14277531d12c2038fe0.tar.gz
[stable-2.13] Replace antsibull with antsibull-docs (#77504)
(cherry picked from commit 841bdb74eb3181f50b45ad62796ca7c4586f6790) Co-authored-by: Felix Fontein <felix@fontein.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/known_good_reqs.txt2
-rw-r--r--docs/docsite/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/known_good_reqs.txt b/docs/docsite/known_good_reqs.txt
index 6b440d6b43..52a3214101 100644
--- a/docs/docsite/known_good_reqs.txt
+++ b/docs/docsite/known_good_reqs.txt
@@ -4,7 +4,7 @@
# test/sanity/code-smell/docs-build.requirements.txt
# test/sanity/code-smell/rstcheck.requirements.txt
-antsibull == 0.42.0
+antsibull-docs == 1.0.0
# sphinx 4.2.0 requires docutils < 0.18
docutils == 0.17.1
jinja2 == 3.0.3
diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt
index 8991b56b00..d0362f3687 100644
--- a/docs/docsite/requirements.txt
+++ b/docs/docsite/requirements.txt
@@ -3,7 +3,7 @@
# if you want known good versions of these dependencies
# use known_good_reqs.txt instead
-antsibull >= 0.42.0
+antsibull-docs >= 1.0.0, < 2.0.0
docutils
jinja2
pygments >= 2.10.0