mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #2396 from ionelmc/patch-2
Fix something I don't understand
This commit is contained in:
commit
84160b3570
@ -37,7 +37,7 @@
|
||||
<table style="width: 100%" class="indextable"><tr>
|
||||
{%- for column in entries|slice(2) if column %}
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
{%- for entryname, (links, subitems) in column %}
|
||||
{%- for entryname, (links, subitems, _) in column %}
|
||||
{{ indexentries(entryname, links) }}
|
||||
{%- if subitems %}
|
||||
<dd><dl>
|
||||
|
Loading…
Reference in New Issue
Block a user