We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697ed6 commit 99f905bCopy full SHA for 99f905b
sphinx/writers/texinfo.py
@@ -320,7 +320,7 @@ def collect_rellinks(self) -> None:
320
"""Collect the relative links (next, previous, up) for each "node"."""
321
rellinks = self.rellinks
322
node_menus = self.node_menus
323
- for id in node_menus.keys():
+ for id in node_menus:
324
rellinks[id] = ['', '', '']
325
# up's
326
for id, entries in node_menus.items():
0 commit comments