From ed04cb62d898ade2670dbb486cfaebedce19bb6f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 18 Jun 2021 16:34:42 +0200 Subject: [PATCH] docs: use rst captions This is slightly stronger semantically. Reviewed-by: Eric Engestrom Part-of: --- docs/meson.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index 7151211cfe3..d19bb94e35a 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -244,9 +244,8 @@ provide information about the native build environment (as opposed to a cross build environment). They are ini formatted and can override where to find llvm-config: -custom-llvm.ini - .. code-block:: ini + :caption: custom-llvm.ini [binaries] llvm-config = '/usr/local/bin/llvm/llvm-config' @@ -261,9 +260,8 @@ For selecting llvm-config for cross compiling a `"cross file" `__ should be used. It uses the same format as the native file above: -cross-llvm.ini - .. code-block:: ini + :caption: cross-llvm.ini [binaries] ...