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/variables.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/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 019285f360..4610add7ea 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1806,7 +1806,7 @@ system and gives an overview of their function and contents. | |||
1806 | ``${TMPDIR}/deploy``. | 1806 | ``${TMPDIR}/deploy``. |
1807 | 1807 | ||
1808 | For more information on the structure of the Build Directory, see | 1808 | For more information on the structure of the Build Directory, see |
1809 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 1809 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
1810 | For more detail on the contents of the ``deploy`` directory, see the | 1810 | For more detail on the contents of the ``deploy`` directory, see the |
1811 | ":ref:`overview-manual/concepts:images`", | 1811 | ":ref:`overview-manual/concepts:images`", |
1812 | ":ref:`overview-manual/concepts:package feeds`", and | 1812 | ":ref:`overview-manual/concepts:package feeds`", and |
@@ -1850,7 +1850,7 @@ system and gives an overview of their function and contents. | |||
1850 | <ref-classes-image>` class. | 1850 | <ref-classes-image>` class. |
1851 | 1851 | ||
1852 | For more information on the structure of the Build Directory, see | 1852 | For more information on the structure of the Build Directory, see |
1853 | ":ref:`ref-manual/structure:the build directory --- \`\`build/\`\``" section. | 1853 | ":ref:`ref-manual/structure:the build directory --- ``build/```" section. |
1854 | For more detail on the contents of the ``deploy`` directory, see the | 1854 | For more detail on the contents of the ``deploy`` directory, see the |
1855 | ":ref:`overview-manual/concepts:images`" and | 1855 | ":ref:`overview-manual/concepts:images`" and |
1856 | ":ref:`overview-manual/concepts:application development sdk`" sections both in | 1856 | ":ref:`overview-manual/concepts:application development sdk`" sections both in |
@@ -6099,7 +6099,7 @@ system and gives an overview of their function and contents. | |||
6099 | For examples of how this data is used, see the | 6099 | For examples of how this data is used, see the |
6100 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" | 6100 | ":ref:`overview-manual/concepts:automatically added runtime dependencies`" |
6101 | section in the Yocto Project Overview and Concepts Manual and the | 6101 | section in the Yocto Project Overview and Concepts Manual and the |
6102 | ":ref:`dev-manual/debugging:viewing package information with \`\`oe-pkgdata-util\`\``" | 6102 | ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```" |
6103 | section in the Yocto Project Development Tasks Manual. For more | 6103 | section in the Yocto Project Development Tasks Manual. For more |
6104 | information on the shared, global-state directory, see | 6104 | information on the shared, global-state directory, see |
6105 | :term:`STAGING_DIR_HOST`. | 6105 | :term:`STAGING_DIR_HOST`. |