docs: use code-block for ini

These code-blocks are close enough to INI-files to parse that way, so
let's use that for some syntax-coloring :)

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10281>
This commit is contained in:
Erik Faye-Lund 2021-04-15 15:47:08 +02:00 committed by Marge Bot
parent dc2eca51ed
commit 7ef9379040
1 changed files with 5 additions and 5 deletions

View File

@ -249,7 +249,7 @@ to find llvm-config:
custom-llvm.ini
::
.. code-block:: ini
[binaries]
llvm-config = '/usr/local/bin/llvm/llvm-config'
@ -275,7 +275,7 @@ should be used. It uses the same format as the native file above:
cross-llvm.ini
::
.. code-block:: ini
[binaries]
...
@ -427,7 +427,7 @@ of those, as they'll have the right values for your system:
32-bit build on x86 linux:
::
.. code-block:: ini
[binaries]
c = '/usr/bin/gcc'
@ -451,7 +451,7 @@ of those, as they'll have the right values for your system:
64-bit build on ARM linux:
::
.. code-block:: ini
[binaries]
c = '/usr/bin/aarch64-linux-gnu-gcc'
@ -469,7 +469,7 @@ of those, as they'll have the right values for your system:
64-bit build on x86 Windows:
::
.. code-block:: ini
[binaries]
c = '/usr/bin/x86_64-w64-mingw32-gcc'