summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-09-08 12:26:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit2c96878eb0fba1e8af92fa4a6b00e89fa2ae9042 (patch)
tree7e568f2765f2532a5939fc9f63db7b2d226356bd /documentation
parent6625b264dac6830d32e039f483e4acf5e6224fab (diff)
downloadpoky-2c96878eb0fba1e8af92fa4a6b00e89fa2ae9042.tar.gz
sphinx: ref-manual: fix heading for oe-init-build-env
In DocBook this section name is set to &OE_INIT_FILE; variable. However using a substitution pattern in a heading in Sphinx does not seem to work well. Let's just set the script environment name here directly, without using a variable. We don't expect to change this name anyways, so a variable is not really needed. (From yocto-docs rev: e3347fa41888183c0818852fc07d1e0735406156) 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/ref-manual/ref-structure.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-structure.rst b/documentation/ref-manual/ref-structure.rst
index 03648148c2..1efb81414f 100644
--- a/documentation/ref-manual/ref-structure.rst
+++ b/documentation/ref-manual/ref-structure.rst
@@ -140,8 +140,8 @@ back to the Yocto Project, such as ``create-pull-request`` and
140 140
141.. _structure-core-script: 141.. _structure-core-script:
142 142
143```` 143``oe-init-build-env``
144---- 144---------------------
145 145
146This script sets up the OpenEmbedded build environment. Running this 146This script sets up the OpenEmbedded build environment. Running this
147script with the ``source`` command in a shell makes changes to ``PATH`` 147script with the ``source`` command in a shell makes changes to ``PATH``