mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 12:06:29 +00:00
* Do extra docs validation. Explicitly disallow semantic markup in docs. * Forgot to add new requirement. * Improve test. * TEMP - make CI fail. * Revert "TEMP - make CI fail." This reverts commitd381f1a431. * Remove unnecessary import. * Make sure ANSIBLE_COLLECTIONS_PATH is set. * Make sure sanity tests from older Ansible versions don't complain. (cherry picked from commit9e1a0a6fb8) Co-authored-by: Felix Fontein <felix@fontein.de>
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"include_symlinks": false,
|
|
"prefixes": [
|
|
"docs/docsite/",
|
|
"plugins/",
|
|
"roles/"
|
|
],
|
|
"output": "path-line-column-message",
|
|
"requirements": [
|
|
"ansible-core",
|
|
"antsibull-docs"
|
|
]
|
|
}
|