◐ Shell
clean mode source ↗

Issue 3096: sphinx: sort warnings by filename

Issue3096

Created on 2008-06-12 21:51 by mgedmin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sphinx-sort-warnings-by-filename.diff mgedmin, 2008-06-12 21:51 patch
Messages (2)
msg68097 - (view) Author: Marius Gedminas (mgedmin) * Date: 2008-06-12 21:51
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.
msg68099 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-12 21:57
Thanks, added in r64201.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47346
2008-06-12 21:57:39georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg68099
2008-06-12 21:51:47mgedmincreate