From: Leonard Anderweit Date: Tue, 1 Apr 2025 12:28:10 +0000 (+0200) Subject: doc: build: docker: Fix code highlighting syntax X-Git-Tag: v2025.04~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e763c195074f880d31896a36888271bcf0f5758a;p=pandora-u-boot.git doc: build: docker: Fix code highlighting syntax Remove double :: before .. code-block:: bash to correctly highlight the following commands. Signed-off-by: Leonard Anderweit Reviewed-by: Quentin Schulz --- 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