From 435aaff20effbc914bbb4d19f177df3c1f5f15ab Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 29 Dec 2017 12:06:50 -0500 Subject: [PATCH] - Add notfound page Change-Id: Ie62014ff70c2a517e11ac76f8022f87f706020df --- doc/build/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index f950ef839e..3931f34cf6 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -209,7 +209,9 @@ html_last_updated_fmt = '%m/%d/%Y %H:%M:%S' # Additional templates that should be rendered to pages, maps page names to # template names. -#html_additional_pages = {} +html_additional_pages = { + "notfound": "notfound.html" +} # If false, no module index is generated. html_domain_indices = False -- 2.47.3