Fix #2558: unpack error on devhelp builder

This commit is contained in:
Takeshi KOMIYA
2016-05-24 11:27:20 +09:00
parent 37882b9c77
commit b4df918071
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ Bugs fixed
* #2470: ``typing`` backport package causes autodoc errors with python 2.7
* ``sphinx.ext.intersphinx`` crashes if non-string value is used for key of `intersphinx_mapping`
* #2518: `intersphinx_mapping` disallows non alphanumeric keys
* #2558: unpack error on devhelp builder
Release 1.4.1 (released Apr 12, 2016)
+1 -1
View File
@@ -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