docs: use code-blocks

Sphinx can syntax-highlight a block if we use the right syntax.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
This commit is contained in:
Erik Faye-Lund
2019-06-04 14:14:13 +02:00
committed by Marge Bot
parent bf3f0f7a82
commit d6be994ef8
8 changed files with 39 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ Build EGL
#. Configure your build with the desired client APIs and enable the
driver for your hardware. For example:
::
.. code-block:: console
$ meson configure \
-D egl=true \