From aed35c6d7b728a37eb3b030181eddf8abb14c5de Mon Sep 17 00:00:00 2001 From: Rodrigo Damazio Bovendorp Date: Sat, 7 Jun 2025 21:17:36 -0700 Subject: [PATCH] [docs] Update auto output mode documentation to reflect implementation --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index cfbbda9b..24aa8a31 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -6274,8 +6274,8 @@ Description * ``"pipe"``: Suitable for piping to other processes or files * ``"terminal"``: Suitable for the standard Windows console * ``"color"``: Suitable for terminals that understand ANSI escape codes and colors - * ``"auto"``: ``"terminal"`` on Windows with `output.ansi`_ disabled, - ``"color"`` otherwise. + * ``"auto"``: ``"pipe"`` if not on a TTY, ``"terminal"`` on Windows with + `output.ansi`_ disabled, ``"color"`` otherwise. | It is possible to use custom output format strings by setting this option to an ``object`` and specifying