diff --git a/Makefile b/Makefile index 1411818..0c37dff 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ lint-docs: venv venv/bin/antsibull-docs lint-collection-docs \ --plugin-docs \ --validate-collection-refs self \ + --check-extra-docs-refs \ . clean: diff --git a/requirements-dev.txt b/requirements-dev.txt index 701b16b..af23b69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,4 @@ cryptography # Development requirements pylint -antsibull-docs>=2.17,<2.18 +antsibull-docs>=2.18,<2.19