Document `--no-color and --color options to sphinx-build` (#11443)

This commit is contained in:
chrysle 2023-07-20 19:19:14 +02:00 committed by GitHub
parent cc78e2a8d8
commit d6f10904a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,10 +201,19 @@ Options
references. See the config value :confval:`nitpick_ignore` for a way to
exclude some references as "known missing".
.. option:: -N
.. option:: -N, --no-color
Do not emit colored output.
.. versionchanged:: 1.6
Add ``--no-color`` long option.
.. option:: --color
Emit colored output. Auto-detected by default.
.. versionadded:: 1.6
.. option:: -v
Increase verbosity (loglevel). This option can be given up to three times