From cf2882772f264fd22526ff908eb1df4b858a2345 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 10 Apr 2022 10:52:48 +0200 Subject: [PATCH] Switch from antsibull to antsibull-docs. (#75) --- 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 a62ef37..c2e612e 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 f3b40fb..f2746e5 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