From 78244371cac86e594d190a40979d760cfb9c9719 Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 24 Mar 2020 09:22:49 +0100 Subject: [PATCH] Ease linkcheck --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index a4bd1104..08edb0c6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -30,7 +30,7 @@ else bash -c 'curl -Ss -o linkcheck -z linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null' endif chmod +x linkcheck - ./linkcheck -l -k -r 60 -t 30 -e rst _includes/ + ./linkcheck -l -k -r 60 -t 30 -e rst -c '200,204' _includes/ linkcheck: docker run \