From 46ccc136915de642b25eae779729dbc234ed63ca Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 2 Jan 2025 11:36:56 +0100 Subject: [PATCH] docs: fixup broken markup We need an empty line after ".. code-block: [...]", otherwise the first lines are interpreted as arguments, not content. This makes the entire code-blocks not render at all. Fixes: 5d6d67a4d13 ("docs/android: improve documentation about building llvmpipe for Android") Reviewed-by: Dylan Baker Part-of: --- docs/drivers/llvmpipe.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index 723a6b68c79..8c53921b891 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -98,6 +98,7 @@ You need to set the ``ANDROID_NDK_ROOT``, ``ANDROID_SDK_VERSION`` and ``LLVML_INSTALL_PREFIX`` environment variables appropriately. .. code-block:: sh + #!/bin/bash set -e @@ -146,6 +147,7 @@ The list of libraries passed in `dep_llvm` below should match what it was produced by the LLVM build from above. .. code-block:: sh + #!/usr/bin/env bash set -exu