]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- Add notfound page
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Dec 2017 17:06:50 +0000 (12:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Dec 2017 17:06:50 +0000 (12:06 -0500)
Change-Id: Ie62014ff70c2a517e11ac76f8022f87f706020df

doc/build/conf.py

index f950ef839e619528176e0c1aa13fb35e672fdbfa..3931f34cf62174a5044a07d218cb511144be3d4f 100644 (file)
@@ -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