From e763c195074f880d31896a36888271bcf0f5758a Mon Sep 17 00:00:00 2001 From: Leonard Anderweit Date: Tue, 1 Apr 2025 14:28:10 +0200 Subject: [PATCH] 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 --- doc/build/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5