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 does not show failed doctests in quiet mode
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, schuppenies
Priority: normal Keywords:

Created on 2008-11-26 09:20 by schuppenies, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76455 - (view) Author: Robert Schuppenies (schuppenies) * (Python committer) Date: 2008-11-26 09:20
Sphinx does not show failed doctests when run in quiet mode. Any output
from the tests seems to be suppressed. The same applies to the linkckeck
builder.
msg76504 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-11-27 17:07
Please submit Sphinx bugs in its own tracker:
http://bitbucket.org/birkenfeld/sphinx/issues
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48685
2008-11-27 17:07:19georg.brandlsetstatus: open -> closed
resolution: not a bug
messages: + msg76504
2008-11-26 09:20:34schuppeniescreate