diff mbox series

doc: building-with-yocto: Fix code block rendering

Message ID 66527EA0-5008-406A-AA11-F15187A55E92@siemens.com
State Accepted
Headers show
Series doc: building-with-yocto: Fix code block rendering | expand

Commit Message

Storm, Christian June 27, 2024, 2:58 p.m. UTC
Insert a newline after :: to render the code block properly.

Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 doc/source/building-with-yocto.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic June 27, 2024, 7:08 p.m. UTC | #1
Hi Christian,

On 27.06.24 16:58, 'Storm, Christian' via swupdate wrote:
> Insert a newline after :: to render the code block properly.
>
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>   doc/source/building-with-yocto.rst | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
> index 34175e2c..14367c97 100644
> --- a/doc/source/building-with-yocto.rst
> +++ b/doc/source/building-with-yocto.rst
> @@ -259,6 +259,7 @@ into the SWU - an error is raised if the flag is not set.
>   In the simple way, your recipe looks like
>
>   ::
> +
>           <your original recipe code>
>
>           SWUPDATE_IMAGES_FSTYPES[<name of your image>] = <fstype to be put into SWU>

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index 34175e2c..14367c97 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -259,6 +259,7 @@  into the SWU - an error is raised if the flag is not set.
 In the simple way, your recipe looks like
 
 ::
+
         <your original recipe code>
 
         SWUPDATE_IMAGES_FSTYPES[<name of your image>] = <fstype to be put into SWU>