summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorLeonard Anderweit <[email protected]>2025-04-01 14:28:10 +0200
committerHeinrich Schuchardt <[email protected]>2025-04-03 09:04:35 +0200
commite763c195074f880d31896a36888271bcf0f5758a (patch)
tree607ddb008c3959937d96ed993bdbaee8a577d65d /doc/build
parent37a33d326e104ad725bcf127d3ffc59a5f9d58e6 (diff)
doc: build: docker: Fix code highlighting syntax
Remove double :: before .. code-block:: bash to correctly highlight the following commands. Signed-off-by: Leonard Anderweit <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/docker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/docker.rst b/doc/build/docker.rst
index 01ed3505090..fe087651d34 100644
--- a/doc/build/docker.rst
+++ b/doc/build/docker.rst
@@ -28,7 +28,7 @@ fast amd64 (i.e. 64-bit x86) and arm64 machines is::
And this will result in a builder named multiarch-multinode that will build
each platform natively on each node.
-To build the image yourself::
+To build the image yourself:
.. code-block:: bash