From 7214e70b426d1190035b512921e3190ee8c69a58 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 7 Nov 2017 23:56:08 +0100 Subject: [PATCH] Added 404.html to static_templates in mkdocs.yml --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index af1ecde2a..5089b7f8f 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,6 +37,10 @@ theme: name: null custom_dir: material + # 404 page + static_templates: + - 404.html + # Don't include MkDocs' JavaScript include_search_page: false search_index_only: true