diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:49:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-26 13:02:49 +0100 |
commit | be2eaa114b9654f303a409bd4e59e9ed36315e0e (patch) | |
tree | d9d671a97f46773332d29d2ec679916ea73c3887 /documentation/ref-manual/tasks.rst | |
parent | fe721fe5748eba8e6f27ba2b3c74efc79878b827 (diff) | |
download | poky-be2eaa114b9654f303a409bd4e59e9ed36315e0e.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 a heading which
contain literals enclosed in double-back-tics; especially in the cases
where a heading either contains multiple literals or when the literal is
not at the end of the heading. Not all of them can be "fixed" to pass both
building and linting.
(From yocto-docs rev: 3460177c46d360b0f2f852cdab23f21bd4ec6d5a)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index d2e1f4ce14..d85d1151f0 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -726,7 +726,7 @@ tool, which you then use to modify the kernel configuration. | |||
726 | $ bitbake linux-yocto -c menuconfig | 726 | $ bitbake linux-yocto -c menuconfig |
727 | 727 | ||
728 | 728 | ||
729 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 729 | See the ":ref:`kernel-dev/common:using ``menuconfig```" |
730 | section in the Yocto Project Linux Kernel Development Manual for more | 730 | section in the Yocto Project Linux Kernel Development Manual for more |
731 | information on this configuration tool. | 731 | information on this configuration tool. |
732 | 732 | ||
@@ -750,7 +750,7 @@ which can then be applied by subsequent tasks such as | |||
750 | 750 | ||
751 | Runs ``make menuconfig`` for the kernel. For information on | 751 | Runs ``make menuconfig`` for the kernel. For information on |
752 | ``menuconfig``, see the | 752 | ``menuconfig``, see the |
753 | ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 753 | ":ref:`kernel-dev/common:using ``menuconfig```" |
754 | section in the Yocto Project Linux Kernel Development Manual. | 754 | section in the Yocto Project Linux Kernel Development Manual. |
755 | 755 | ||
756 | .. _ref-tasks-savedefconfig: | 756 | .. _ref-tasks-savedefconfig: |