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/overview-manual/concepts.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/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index c7e062bdfb..22ec460014 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -983,7 +983,7 @@ package. | |||
983 | 983 | ||
984 | For more information on the ``oe-pkgdata-util`` utility, see the section | 984 | For more information on the ``oe-pkgdata-util`` utility, see the section |
985 | :ref:`dev-manual/debugging:Viewing Package Information with | 985 | :ref:`dev-manual/debugging:Viewing Package Information with |
986 | \`\`oe-pkgdata-util\`\`` of the Yocto Project Development Tasks Manual. | 986 | ``oe-pkgdata-util``` of the Yocto Project Development Tasks Manual. |
987 | 987 | ||
988 | To add a custom package variant of the ``${PN}`` recipe named | 988 | To add a custom package variant of the ``${PN}`` recipe named |
989 | ``${PN}-extra`` (name is arbitrary), one can add it to the | 989 | ``${PN}-extra`` (name is arbitrary), one can add it to the |