aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNishanth Aravamudan <nish.aravamudan@canonical.com>2016-09-27 09:33:22 -0700
committerNishanth Aravamudan <nish.aravamudan@canonical.com>2016-09-27 09:33:22 -0700
commit161b1cf57a3777922fd3e05a6e1314386c2a3912 (patch)
tree4280dc1d62bd1bfdcc5c454d4ff2042d141f489a /doc
parent366aed4d2bc12b2f5a02f3d69842e67307f3d634 (diff)
downloadexternal_python_mako-161b1cf57a3777922fd3e05a6e1314386c2a3912.tar.gz
external_python_mako-161b1cf57a3777922fd3e05a6e1314386c2a3912.tar.bz2
external_python_mako-161b1cf57a3777922fd3e05a6e1314386c2a3912.zip
Update for sphinx internal structure change layout
As reported upstream in sphinx: https://github.com/sphinx-doc/sphinx/pull/2396 It was a structural change in sphinx-1.4. I'm not sure if this is the proper fix, but it does let the doc build pass, in my testing. Originally reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830178. Signed-off-by: Nishanth Aravamudan <nish.aravamudan@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/build/templates/genindex.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/templates/genindex.mako b/doc/build/templates/genindex.mako
index 0a25b67..2f45f79 100644
--- a/doc/build/templates/genindex.mako
+++ b/doc/build/templates/genindex.mako
@@ -21,7 +21,7 @@
numcols = 1
numitems = 0
%>
-% for entryname, (links, subitems) in entries:
+% for entryname, (links, subitems, dummy) in entries:
<dt>
% if links: