From 2c106d66a448fe6b47ea61a92f2f4e65e399739b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 11:08:50 +0200 Subject: [PATCH] Switch from antsibull to antsibull-docs. (#4480) (#4483) (cherry picked from commit aa27f2152e5e831723a866b63ad6037a443f89ad) Co-authored-by: Felix Fontein --- tests/sanity/extra/aliases.py | 2 +- tests/sanity/extra/extra-docs.json | 2 +- tests/sanity/extra/extra-docs.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sanity/extra/aliases.py b/tests/sanity/extra/aliases.py index d66838b7e01..cd6ec021592 100755 --- a/tests/sanity/extra/aliases.py +++ b/tests/sanity/extra/aliases.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright (c) Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -"""Check extra collection docs with antsibull-lint.""" +"""Check extra collection docs with antsibull-docs.""" from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/sanity/extra/extra-docs.json b/tests/sanity/extra/extra-docs.json index a62ef37e639..c2e612e5f75 100644 --- a/tests/sanity/extra/extra-docs.json +++ b/tests/sanity/extra/extra-docs.json @@ -5,6 +5,6 @@ ], "output": "path-line-column-message", "requirements": [ - "antsibull" + "antsibull-docs" ] } diff --git a/tests/sanity/extra/extra-docs.py b/tests/sanity/extra/extra-docs.py index f3b40fb979c..f2746e51baf 100755 --- a/tests/sanity/extra/extra-docs.py +++ b/tests/sanity/extra/extra-docs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright (c) Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -"""Check extra collection docs with antsibull-lint.""" +"""Check extra collection docs with antsibull-docs.""" from __future__ import (absolute_import, division, print_function) __metaclass__ = type