git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a33d3
)
doc: build: docker: Fix code highlighting syntax
author
Leonard Anderweit
<l.anderweit@phytec.de>
Tue, 1 Apr 2025 12:28:10 +0000
(14:28 +0200)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/doc/build/docker.rst
b/doc/build/docker.rst
index
01ed350
..
fe08765
100644
(file)
--- 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