From 6262a671aa471f399c9dc51853d0067050887c13 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Nov 2018 19:31:06 +0100 Subject: Relax mkdocs build, to sloppily tolerate older release of mkdocs failing to parse nav hints. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40d4bce..e856307 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: doc doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*)))) - mkdocs build --strict + mkdocs build linkchecker site/index.html docs: -- cgit v1.2.3