doc: build: docker: Fix code highlighting syntax
authorLeonard Anderweit <l.anderweit@phytec.de>
Tue, 1 Apr 2025 12:28:10 +0000 (14:28 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Apr 2025 07:04:35 +0000 (09:04 +0200)
Remove double :: before .. code-block:: bash to correctly highlight the
following commands.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
doc/build/docker.rst

index 01ed350..fe08765 100644 (file)
@@ -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