From 75dce4b1de063d6490ac5c622f06c5f7cb4b5702 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 08:17:32 +0200 Subject: [PATCH] Replace antsibull-lint collection-docs with antsibull-docs lint-collection-docs. (#4423) (#4425) (cherry picked from commit 668bbed602b177a44130dbc36cade632ebcc6e5b) Co-authored-by: Felix Fontein --- tests/sanity/extra/extra-docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/extra/extra-docs.py b/tests/sanity/extra/extra-docs.py index f4b7f59d3ca..f3b40fb979c 100755 --- a/tests/sanity/extra/extra-docs.py +++ b/tests/sanity/extra/extra-docs.py @@ -14,7 +14,7 @@ def main(): """Main entry point.""" if not os.path.isdir(os.path.join('docs', 'docsite')): return - p = subprocess.run(['antsibull-lint', 'collection-docs', '.'], check=False) + p = subprocess.run(['antsibull-docs', 'lint-collection-docs', '.'], check=False) if p.returncode not in (0, 3): print('{0}:0:0: unexpected return code {1}'.format(sys.argv[0], p.returncode))