summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-05-24 16:06:29 -0400
committerSteve Sakoman <steve@sakoman.com>2025-05-28 08:46:32 -0700
commitd2de20a4b6f5573cb90b054394cdf4f53d58e95f (patch)
tree0231a11abda92d8760473f24dac31bbc49498e21
parent32712b2a6bdad53f0d382e603f3e02b4e831b2f9 (diff)
downloadpoky-d2de20a4b6f5573cb90b054394cdf4f53d58e95f.tar.gz
sphinx-lint: role missing opening tag colon
Fix all instances missing-space-before-role as reported by 'make sphinx-lint'. (From yocto-docs rev: 255bfc8c195bbc84a78a4985cf2775c87e525794) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 83fda05fc6..019285f360 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8909,7 +8909,7 @@ system and gives an overview of their function and contents.
8909 :doc:`/sdk-manual/index` manual. 8909 :doc:`/sdk-manual/index` manual.
8910 8910
8911 Note that this variable applies to building an SDK, not an eSDK, 8911 Note that this variable applies to building an SDK, not an eSDK,
8912 in which case the term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be 8912 in which case the :term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be
8913 used instead. 8913 used instead.
8914 8914
8915 :term:`TOOLCHAIN_HOST_TASK_ESDK` 8915 :term:`TOOLCHAIN_HOST_TASK_ESDK`