summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:59:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commit32a275c5cd9635e9835e407391687780bf5cd81e (patch)
treee601f2ae14a3804c3333e16edcd098763cf2193a /documentation
parentc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (diff)
downloadpoky-32a275c5cd9635e9835e407391687780bf5cd81e.tar.gz
sphinx: fix incorrect indentations
(From yocto-docs rev: af5209df6c8c1dcc852d29b72968aa0b36b6b761) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst10
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst10
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.rst4
3 files changed, 11 insertions, 13 deletions
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:
65 - Python 3.5.0 or greater. 65 - Python 3.5.0 or greater.
66 - gcc 5.0 or greater. 66 - gcc 5.0 or greater.
67 67
68 If your build host does not meet any of these three listed version 68If your build host does not meet any of these three listed version
69 requirements, you can take steps to prepare the system so that you 69requirements, you can take steps to prepare the system so that you
70 can still use the Yocto Project. See the 70can still use the Yocto Project. See the
71 :ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` 71:ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`
72 section in the Yocto Project Reference Manual for information. 72section in the Yocto Project Reference Manual for information.
73 73
74Build Host Packages 74Build Host Packages
75=================== 75===================
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:
1948 addtask do_deploy_setscene 1948 addtask do_deploy_setscene
1949 1949
1950 ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task 1950 ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task
1951 through the shared state cache if possible. If the task was 1951 through the shared state cache if possible. If the task was
1952 accelerated, ``sstate_setscene()`` returns True. Otherwise, it 1952 accelerated, ``sstate_setscene()`` returns True. Otherwise, it
1953 returns False, and the normal ``do_deploy`` task runs. For more 1953 returns False, and the normal ``do_deploy`` task runs. For more
1954 information, see the ":ref:`setscene <bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene>`" 1954 information, see the ":ref:`setscene <bitbake:bitbake-user-manual/bitbake-user-manual-execution:setscene>`"
1955 section in the BitBake User Manual. 1955 section in the BitBake User Manual.
1956 1956
1957- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates 1957- The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates
1958 ``${DEPLOYDIR}`` and ``${B}`` before the ``do_deploy`` task runs, and 1958 ``${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:
391 391
392 .. note:: 392 .. note::
393 393
394 AutoBuilder is based on 394 AutoBuilder is based on buildbot.
395 buildbot
396 .
397 395
398 A goal of the Yocto Project is to lead the open source industry with 396 A goal of the Yocto Project is to lead the open source industry with
399 a project that automates testing and QA procedures. In doing so, the 397 a project that automates testing and QA procedures. In doing so, the