diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-24 16:06:30 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-28 08:46:32 -0700 |
commit | 7dfd7de94185a04eb20e40a6000298e2eba5163a (patch) | |
tree | 007751889590651397aa639ac9abf1c3d4ed6b23 /documentation/ref-manual/devtool-reference.rst | |
parent | d2de20a4b6f5573cb90b054394cdf4f53d58e95f (diff) | |
download | poky-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/devtool-reference.rst')
-rw-r--r-- | documentation/ref-manual/devtool-reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst index ccf4ab3d13..56070b6218 100644 --- a/documentation/ref-manual/devtool-reference.rst +++ b/documentation/ref-manual/devtool-reference.rst | |||
@@ -432,7 +432,7 @@ You can read more on the ``devtool upgrade`` workflow in the | |||
432 | ":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" | 432 | ":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" |
433 | section in the Yocto Project Application Development and the Extensible | 433 | section in the Yocto Project Application Development and the Extensible |
434 | Software Development Kit (eSDK) manual. You can also see an example of | 434 | Software Development Kit (eSDK) manual. You can also see an example of |
435 | how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using \`\`devtool upgrade\`\``" | 435 | how to use ``devtool upgrade`` in the ":ref:`dev-manual/upgrading-recipes:using ``devtool upgrade```" |
436 | section in the Yocto Project Development Tasks Manual. | 436 | section in the Yocto Project Development Tasks Manual. |
437 | 437 | ||
438 | .. _devtool-resetting-a-recipe: | 438 | .. _devtool-resetting-a-recipe: |