From: =?utf-8?q?Piotr_O=C5=BCarowski?= <piotr@debian.org>
Date: Thu, 15 Mar 2018 15:41:58 +0100
Subject: drop_notfound_page_from_docs

this makes this package FTBFS with Sphinx 1.6
---
 doc/build/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/build/conf.py b/doc/build/conf.py
index 1b362e0..48eb1ab 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -208,9 +208,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 = {
-    "notfound": "notfound.html"
-}
+#html_additional_pages = {
+#    "notfound": "notfound.html"
+#}
 
 # If false, no module index is generated.
 html_domain_indices = False
