diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-06 14:03:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | ec53c91af04022d67a408b0e1a956cb3387bbea5 (patch) | |
tree | a145048e7c23176c965da7c6dcbd55415dd70978 /documentation/dev-manual/start.rst | |
parent | dd3507f6d342750f214924ca35f5e2d0d708ba77 (diff) | |
download | poky-ec53c91af04022d67a408b0e1a956cb3387bbea5.tar.gz |
sphinx-lint: various fixes
A 'make sphinx-lint' pass found the following issues:
trailing-whitespace
missing-space-after-literal
role-with-double-backticks
missing-space-before-role (role missing opening tag colon)
(From yocto-docs rev: 6d4c67457e00a80dda4cd05bc5f05d8ebd8da5fc)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 0f015d4340..e6cb6f4551 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -860,7 +860,7 @@ Initializing the Build Environment | |||
860 | Before you can use Yocto you need to setup the build environment. | 860 | Before you can use Yocto you need to setup the build environment. |
861 | From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment | 861 | From within the ``poky`` directory, source the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment |
862 | setup script to define Yocto Project's build environment on your build host:: | 862 | setup script to define Yocto Project's build environment on your build host:: |
863 | 863 | ||
864 | $ source oe-init-build-env | 864 | $ source oe-init-build-env |
865 | 865 | ||
866 | Note, that this step will have to be repeated every time you open a new shell. | 866 | Note, that this step will have to be repeated every time you open a new shell. |