[Python-modules-commits] [mako] 01/03: Update for sphinx internal structure change layout

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Nov 2 22:38:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

piotr pushed a commit to branch master
in repository mako.

commit fdee05b5abfc54b0c1de8326786a39d4cab58afa
Author: Nishanth Aravamudan <nish.aravamudan at canonical.com>
Date:   Wed Nov 2 23:33:37 2016 +0100

    Update for sphinx internal structure change layout
---
 doc/build/templates/genindex.mako | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mako.git



More information about the Python-modules-commits mailing list