From e91ee07b6a21be24c5cf5dd46d22c1fc0d3b86e3 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 8 Nov 2022 10:52:17 +0100 Subject: [PATCH] docs: fix badly encoded envvar-roles Sphinx thinks the equals sign and the stuff that follows are parts of the role, leading to warnings in nit-picky mode, as well as missing links in the rendered result. Let's fix that by inserting some whitespace. While we're at it, fixup an incorrectly quoted literal. Reviewed-by: Yonggang Luo Part-of: --- docs/envvars.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 6dafec7771c..496a4cfa8e6 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -617,7 +617,7 @@ Gallium environment variables .. envvar:: GALLIUM_DRIVER - useful in combination with :envvar:`LIBGL_ALWAYS_SOFTWARE`=`true` for + useful in combination with :envvar:`LIBGL_ALWAYS_SOFTWARE` = ``true`` for choosing one of the software renderers ``softpipe`` or ``llvmpipe``. .. envvar:: GALLIUM_LOG_FILE @@ -909,7 +909,7 @@ RADV driver environment variables disable TC-compat CMASK for MSAA surfaces ``noumr`` disable UMR dumps during GPU hang detection (only with - :envvar:`RADV_DEBUG`=``hang``) + :envvar:`RADV_DEBUG` = ``hang``) ``novrsflatshading`` disable VRS for flat shading (only on GFX10.3+) ``preoptir``