summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-12-29 12:06:50 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-12-29 12:06:50 -0500
commit435aaff20effbc914bbb4d19f177df3c1f5f15ab (patch)
treee52d8dde670ceec20bbb496b89aef4dfba7efdc2
parent51f404b44892ec04b423e491f47a01850dfd38a1 (diff)
downloadsqlalchemy-435aaff20effbc914bbb4d19f177df3c1f5f15ab.tar.gz
- Add notfound page
Change-Id: Ie62014ff70c2a517e11ac76f8022f87f706020df
-rw-r--r--doc/build/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index f950ef839..3931f34cf 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