Skip to content

Commit

Permalink
Switch from antsibull to antsibull-docs. (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Apr 10, 2022
1 parent 865d7ac commit aa27f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/sanity/extra/aliases.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/sanity/extra/extra-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
],
"output": "path-line-column-message",
"requirements": [
"antsibull"
"antsibull-docs"
]
}
2 changes: 1 addition & 1 deletion tests/sanity/extra/extra-docs.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit aa27f21

Please sign in to comment.