From 1667d138aa25e5c5aa8d0d55c3fedc13143c20b0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 10 Jul 2020 09:30:04 -0300 Subject: [PATCH] Use sphinx references for NO_COLOR and FORCE_COLOR in changelog --- changelog/7464.feature.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/7464.feature.rst b/changelog/7464.feature.rst index db9d3c604..8b27ee964 100644 --- a/changelog/7464.feature.rst +++ b/changelog/7464.feature.rst @@ -1,3 +1 @@ -Added support for ``NO_COLOR`` and ``FORCE_COLOR`` environment variables to control colored output. - -For more information, see `the docs `__. +Added support for :envvar:`NO_COLOR` and :envvar:`FORCE_COLOR` environment variables to control colored output.