mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Removed comment about reversed.
Reversed exists since Python 2.4 and is ok for sphinx.
This commit is contained in:
parent
fa1f187c84
commit
8b95f65192
@ -204,7 +204,6 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
||||
self.env.titles[self.config.master_doc], []
|
||||
))),
|
||||
})
|
||||
# XXX: is reversed ok?
|
||||
for file, text in reversed(self.config.epub_pre_files):
|
||||
self.refnodes.insert(0, {
|
||||
'level': 1,
|
||||
|
Loading…
Reference in New Issue
Block a user