From c7f581daad3b9dce938fec4d9512de8874ce2c65 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 10 Apr 2022 10:43:36 +0200 Subject: [PATCH] Switch from antsibull to antsibull-docs. (#438) --- tests/sanity/extra/extra-docs.json | 2 +- tests/sanity/extra/extra-docs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sanity/extra/extra-docs.json b/tests/sanity/extra/extra-docs.json index a62ef37e..c2e612e5 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 f3b40fb9..f2746e51 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