diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-05-26 20:55:26 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-05-26 20:55:26 +0900 |
commit | 2578f47664361b1b4c48fa1c7c3d01ade53eb32f (patch) | |
tree | e08c18e47ac5a82e5604d3053cfb056f4b37a8e9 /sphinx/builders/devhelp.py | |
parent | 08cfcbc363d684510dff3b2ed628a88a0e4d729a (diff) | |
parent | 2c351a1261a5eb414f0e03a4aa811ee798f79819 (diff) | |
download | sphinx-git-2578f47664361b1b4c48fa1c7c3d01ade53eb32f.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r-- | sphinx/builders/devhelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py index 9f95de0e1..eb3e997d8 100644 --- a/sphinx/builders/devhelp.py +++ b/sphinx/builders/devhelp.py @@ -123,7 +123,7 @@ class DevhelpBuilder(StandaloneHTMLBuilder): subitem[1], []) for (key, group) in index: - for title, (refs, subitems) in group: + for title, (refs, subitems, key) in group: write_index(title, refs, subitems) # Dump the XML file |