[issue3096] sphinx: sort warnings by filename

2008-06-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, added in r64201. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3096] sphinx: sort warnings by filename

2008-06-12 Thread Marius Gedminas
New submission from Marius Gedminas <[EMAIL PROTECTED]>: Here's a patch that makes Sphinx sort warnings about unused documents by file name. Without it you get them in seemingly arbitrary order, which makes it harder to parse, when your documents are scattered in a large tree. -- assign