This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: sphinx: sort warnings by filename
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, mgedmin
Priority: normal Keywords: patch

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