summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-08 15:53:39 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-08 15:54:14 +0100
commit421e206b376248e5f8b4639dbc794321a37c6d7b (patch)
tree9a8cc39314ccedb448bea025382b9b9207aefc52
parent01a6ee4d73f8ad5311782d3d88b45f9b94b216ba (diff)
Unbreak docco builddebian/1.2.0_b2-2
Closes: #918669
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/01-fix-sphinxdoc-conf.patch21
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 012a2d1..a489e0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+waitress (1.2.0~b2-2) unstable; urgency=medium
+
+ * Unbreak docco build (Closes: #918669).
+
+ -- Andrej Shadura <andrewsh@debian.org> Tue, 08 Jan 2019 15:54:08 +0100
+
waitress (1.2.0~b2-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/patches/01-fix-sphinxdoc-conf.patch b/debian/patches/01-fix-sphinxdoc-conf.patch
index 91680f6..c9b6f6f 100644
--- a/debian/patches/01-fix-sphinxdoc-conf.patch
+++ b/debian/patches/01-fix-sphinxdoc-conf.patch
@@ -34,3 +34,24 @@ Author: Andrew Shadura <andrewsh@debian.org>
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
+@@ -170,13 +170,13 @@
+ htmlhelp_basename = 'waitress'
+
+ # Control display of sidebars
+-html_sidebars = {'**': [
+- 'localtoc.html',
+- 'ethicalads.html',
+- 'relations.html',
+- 'sourcelink.html',
+- 'searchbox.html',
+-]}
++#html_sidebars = {'**': [
++# 'localtoc.html',
++# 'ethicalads.html',
++# 'relations.html',
++# 'sourcelink.html',
++# 'searchbox.html',
++#]}
+
+ # Options for LaTeX output
+ # ------------------------