Switch from antsibull to antsibull-docs. (#4480) (#4482)

(cherry picked from commit aa27f2152e)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/4488/head
patchback[bot] 2022-04-10 11:08:48 +02:00 committed by GitHub
parent 56e1a2f921
commit 24b5530cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright (c) Ansible Project # Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # 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) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type

View File

@ -5,6 +5,6 @@
], ],
"output": "path-line-column-message", "output": "path-line-column-message",
"requirements": [ "requirements": [
"antsibull" "antsibull-docs"
] ]
} }

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright (c) Ansible Project # Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # 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) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type