docs: fix badly encoded envvar-roles
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 8 Nov 2022 09:52:17 +0000 (10:52 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 15 Nov 2022 10:25:05 +0000 (11:25 +0100)
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 <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19593>

docs/envvars.rst

index 6dafec7..496a4cf 100644 (file)
@@ -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``