summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-05-24 16:06:30 -0400
committerSteve Sakoman <steve@sakoman.com>2025-05-28 08:46:32 -0700
commit7dfd7de94185a04eb20e40a6000298e2eba5163a (patch)
tree007751889590651397aa639ac9abf1c3d4ed6b23 /documentation/ref-manual/tasks.rst
parentd2de20a4b6f5573cb90b054394cdf4f53d58e95f (diff)
downloadpoky-7dfd7de94185a04eb20e40a6000298e2eba5163a.tar.gz
sphinx-lint: unbalanced inline literal markup
Fix as many instances of unbalanced-inline-literals-delimiters as reported by 'make sphinx-lint' as possible. Sphinx and/or its linter seem to get tripped up randomly when references contain links to heading which contain literals enclosed in double-back-tics, and not all of them can be "fixed" to pass both building and linting. (From yocto-docs rev: 2c1e5b080ad5e62d8283d332cbc473fd2d59c6e6) 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>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index c69fbaa518..563ed0586f 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -740,7 +740,7 @@ tool, which you then use to modify the kernel configuration.
740 $ bitbake linux-yocto -c menuconfig 740 $ bitbake linux-yocto -c menuconfig
741 741
742 742
743See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" 743See the ":ref:`kernel-dev/common:using ``menuconfig```"
744section in the Yocto Project Linux Kernel Development Manual for more 744section in the Yocto Project Linux Kernel Development Manual for more
745information on this configuration tool. 745information on this configuration tool.
746 746
@@ -764,7 +764,7 @@ which can then be applied by subsequent tasks such as
764 764
765Runs ``make menuconfig`` for the kernel. For information on 765Runs ``make menuconfig`` for the kernel. For information on
766``menuconfig``, see the 766``menuconfig``, see the
767":ref:`kernel-dev/common:using \`\`menuconfig\`\``" 767":ref:`kernel-dev/common:using ``menuconfig```"
768section in the Yocto Project Linux Kernel Development Manual. 768section in the Yocto Project Linux Kernel Development Manual.
769 769
770.. _ref-tasks-savedefconfig: 770.. _ref-tasks-savedefconfig: