Skip to content

Commit d6f1090

Browse files
authored
Document --no-color and --color options to sphinx-build (#11443)
1 parent cc78e2a commit d6f1090

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/man/sphinx-build.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,19 @@ Options
201201
references. See the config value :confval:`nitpick_ignore` for a way to
202202
exclude some references as "known missing".
203203

204-
.. option:: -N
204+
.. option:: -N, --no-color
205205

206206
Do not emit colored output.
207207

208+
.. versionchanged:: 1.6
209+
Add ``--no-color`` long option.
210+
211+
.. option:: --color
212+
213+
Emit colored output. Auto-detected by default.
214+
215+
.. versionadded:: 1.6
216+
208217
.. option:: -v
209218

210219
Increase verbosity (loglevel). This option can be given up to three times

0 commit comments

Comments
 (0)