From b2836dfef689feaaa82ca945e85e9d3e6a640dd0 Mon Sep 17 00:00:00 2001 From: Nicola Mazzucato Date: Mon, 1 May 2023 10:19:18 +0100 Subject: [PATCH] docs: fix rendering for code blocks in SPM Two sample build command code blocks are not correctly rendered by the documentation generator. Fix that by adding newlines. Signed-off-by: Nicola Mazzucato Change-Id: I1bb075ea4fc8e3230307548e40daecf2a79bae8d --- docs/components/secure-partition-manager.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/secure-partition-manager.rst b/docs/components/secure-partition-manager.rst index f0caf89f7..871e02bb1 100644 --- a/docs/components/secure-partition-manager.rst +++ b/docs/components/secure-partition-manager.rst @@ -203,6 +203,7 @@ Sample TF-A build command line when the SPMC is located at S-EL1 Sample TF-A build command line when FEAT_SEL2 architecture extension is implemented and the SPMC is located at S-EL2: + .. code:: shell make \ @@ -220,6 +221,7 @@ implemented and the SPMC is located at S-EL2: Sample TF-A build command line when FEAT_SEL2 architecture extension is implemented, the SPMC is located at S-EL2, and enabling secure boot: + .. code:: shell make \