From c41ed8bd60f3aa7095c05c0c83ae4d2d0fb6ddfc Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 21 Dec 2023 17:44:59 +0100 Subject: [PATCH] chore: enable docs rstcheck (#432) This should catch more RST errors. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3761a04..48c411d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ lint-docs: venv venv/bin/antsibull-docs lint-collection-docs \ --plugin-docs \ --validate-collection-refs self \ - --skip-rstcheck \ . clean: