diff --git a/Makefile b/Makefile index 3f358c91..51a8912a 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,12 @@ venv: lint: venv venv/bin/pylint plugins -lint-docs: - venv/bin/antsibull-docs lint-collection-docs --plugin-docs . +lint-docs: venv + venv/bin/antsibull-docs lint-collection-docs \ + --plugin-docs \ + --validate-collection-refs self \ + --skip-rstcheck \ + . clean: git clean -xdf \