diff mbox series

doc: fix warnings by build

Message ID 20231024120020.425966-1-stefano.babic@swupdate.org
State Accepted
Headers show
Series doc: fix warnings by build | expand

Commit Message

Stefano Babic Oct. 24, 2023, noon UTC
This fixes the following warnings / errors:

doc/source/building-with-yocto.rst:303: WARNING: Unexpected indentation.
doc/source/building-with-yocto.rst:314: WARNING: Unexpected indentation.
doc/source/sw-description.rst:1001: WARNING: Definition list ends without a blank line; unexpected unindent.
doc/source/sw-description.rst:1002: WARNING: Definition list ends without a blank line; unexpected unindent.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 doc/source/building-with-yocto.rst | 2 ++
 doc/source/sw-description.rst      | 2 ++
 2 files changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index d76bc46c..89759150 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -300,6 +300,7 @@  any modification using nano or vim will only corrupt the file, and grub will not
 
 You can create a grubenv file using these commands for instance:
 ::
+
         GRUBENV="/path/to/grubenv"
         grub-editenv $GRUBENV create
         grub-editenv $GRUBENV set rootfs=2
@@ -311,6 +312,7 @@  When the grubenv file is created, grub should be configured to use it.
 This configuration should be in the configuration file grub.cfg.
 Here is an example of grub.cfg that loads the environment file before booting:
 ::
+
         # Take a kernel and a rootfs by default in case grubenv is corrupted
         rootfs=1
         kernel=1
diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
index 79e80625..480ff4d5 100644
--- a/doc/source/sw-description.rst
+++ b/doc/source/sw-description.rst
@@ -994,6 +994,8 @@  example/configuration/swupdate.cfg for details.
 
 The format is the same used with bootloader for single variable:
 
+::
+
 	vars: (
 		{
 			name = <Variable name>;