diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-29 12:06:50 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-29 12:06:50 -0500 |
commit | 435aaff20effbc914bbb4d19f177df3c1f5f15ab (patch) | |
tree | e52d8dde670ceec20bbb496b89aef4dfba7efdc2 | |
parent | 51f404b44892ec04b423e491f47a01850dfd38a1 (diff) | |
download | sqlalchemy-435aaff20effbc914bbb4d19f177df3c1f5f15ab.tar.gz |
- Add notfound page
Change-Id: Ie62014ff70c2a517e11ac76f8022f87f706020df
-rw-r--r-- | doc/build/conf.py | 4 |
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 |