From 049662f9ae9c1a1c6f817ed02f9da925f2dd516c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 9 Oct 2015 11:58:19 -0400 Subject: [PATCH] Turning on strict mode for mkdocs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12b209c847..103370288c 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ travis: rm $(DIST_PATH)/web/templates/*.bak mv doc/README.md doc/index.md - mkdocs build + mkdocs build --strict cp -r documentation-html $(DIST_PATH)/documentation-html tar -C dist -czf $(DIST_PATH).tar.gz mattermost