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/structure.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/structure.rst')
-rw-r--r-- | documentation/ref-manual/structure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index 4cf23544db..1bb35da5dc 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -498,7 +498,7 @@ generated during the :ref:`ref-tasks-packagedata` task. The files stored in this | |||
498 | directory contain information about each output package produced by the | 498 | directory contain information about each output package produced by the |
499 | OpenEmbedded build system, and are used in different ways by the build system | 499 | OpenEmbedded build system, and are used in different ways by the build system |
500 | such as ":ref:`dev-manual/debugging:viewing package information with | 500 | such as ":ref:`dev-manual/debugging:viewing package information with |
501 | \`\`oe-pkgdata-util\`\``". | 501 | ``oe-pkgdata-util```". |
502 | 502 | ||
503 | .. _structure-build-tmp-sstate-control: | 503 | .. _structure-build-tmp-sstate-control: |
504 | 504 | ||