From 32a275c5cd9635e9835e407391687780bf5cd81e Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 17 Sep 2020 01:59:00 +0200 Subject: sphinx: fix incorrect indentations (From yocto-docs rev: af5209df6c8c1dcc852d29b72968aa0b36b6b761) Signed-off-by: Quentin Schulz Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 10 +++++----- documentation/overview-manual/overview-manual-concepts.rst | 10 +++++----- documentation/overview-manual/overview-manual-yp-intro.rst | 4 +--- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'documentation') diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 08d49d1e24..6d65cf8fd5 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst @@ -65,11 +65,11 @@ following requirements: - Python 3.5.0 or greater. - gcc 5.0 or greater. - If your build host does not meet any of these three listed version - requirements, you can take steps to prepare the system so that you - can still use the Yocto Project. See the - :ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` - section in the Yocto Project Reference Manual for information. +If your build host does not meet any of these three listed version +requirements, you can take steps to prepare the system so that you +can still use the Yocto Project. See the +:ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` +section in the Yocto Project Reference Manual for information. Build Host Packages =================== diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 9230527b76..935c01805e 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst @@ -1948,11 +1948,11 @@ The following list explains the previous example: addtask do_deploy_setscene ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task - through the shared state cache if possible. If the task was - accelerated, ``sstate_setscene()`` returns True. Otherwise, it - returns False, and the normal ``do_deploy`` task runs. For more - information, see the ":ref:`setscene `" - section in the BitBake User Manual. + through the shared state cache if possible. If the task was + accelerated, ``sstate_setscene()`` returns True. Otherwise, it + returns False, and the normal ``do_deploy`` task runs. For more + information, see the ":ref:`setscene `" + section in the BitBake User Manual. - The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates ``${DEPLOYDIR}`` and ``${B}`` before the ``do_deploy`` task runs, and diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 823c96d88c..c83290ed5f 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst @@ -391,9 +391,7 @@ activities using the Yocto Project: .. note:: - AutoBuilder is based on - buildbot - . + AutoBuilder is based on buildbot. A goal of the Yocto Project is to lead the open source industry with a project that automates testing and QA procedures. In doing so, the -- cgit v1.2.3-54-g00ecf