diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-11-24 19:31:06 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-11-24 19:31:06 +0100 |
commit | 6262a671aa471f399c9dc51853d0067050887c13 (patch) | |
tree | c0d2a893a81a830742bf10c500f3ef723d434bb4 /Makefile | |
parent | ee28654bb1095eeb08b8e404e7dca34e382c111c (diff) |
Relax mkdocs build, to sloppily tolerate older release of mkdocs failing to parse nav hints.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ all: doc doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*)))) - mkdocs build --strict + mkdocs build linkchecker site/index.html docs: |