From: Mike Bayer Date: Fri, 29 Dec 2017 17:06:50 +0000 (-0500) Subject: - Add notfound page X-Git-Tag: rel_1_2_1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435aaff20effbc914bbb4d19f177df3c1f5f15ab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - Add notfound page Change-Id: Ie62014ff70c2a517e11ac76f8022f87f706020df --- 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