From d4f9221e4ca279bc5fa068d4e34430060489a71e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:30:18 +0300 Subject: [PATCH] Remove linkcheck echoes: they won't run if there's an error --- docs/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index c73471496..32c1d8600 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -55,10 +55,6 @@ singlehtml: html .PHONY: linkcheck linkcheck: BUILDER = linkcheck linkcheck: html -linkcheck: - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." .PHONY: htmlview htmlview: html