File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,22 @@ variables to customize behavior:
304304 Additional options for :program: `sphinx-build `. These options can
305305 also be set via the shortcut variable **O ** (capital 'o').
306306
307+ .. describe :: NO_COLOR
308+
309+ When set (regardless of value), :program: `sphinx-build ` will not use color
310+ in terminal output. ``NO_COLOR `` takes precedence over ``FORCE_COLOR ``. See
311+ `no-color.org <https://no-color.org/ >`__ for other libraries supporting this
312+ community standard.
313+
314+ .. versionadded :: 4.5.0
315+
316+ .. describe :: FORCE_COLOR
317+
318+ When set (regardless of value), :program: `sphinx-build ` will use color in
319+ terminal output. ``NO_COLOR `` takes precedence over ``FORCE_COLOR ``.
320+
321+ .. versionadded :: 4.5.0
322+
307323.. _when-deprecation-warnings-are-displayed :
308324
309325Deprecation Warnings
You can’t perform that action at this time.
0 commit comments