diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:49:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-26 13:02:49 +0100 |
commit | fe721fe5748eba8e6f27ba2b3c74efc79878b827 (patch) | |
tree | 8df326e6b449f0cf15dd3be53ac2988b53c24bca | |
parent | 65ffae4706dd84d984f4731b0cc32c6fda25dd11 (diff) | |
download | poky-fe721fe5748eba8e6f27ba2b3c74efc79878b827.tar.gz |
sphinx-lint: superfluous backtick in front of role
Fix all instances of backtick-before-role as reported by 'make sphinx-lint'.
(From yocto-docs rev: d38f9b25c0bd095fe1158f14226fb74f8645496a)
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>
-rw-r--r-- | documentation/dev-manual/sbom.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/sbom.rst b/documentation/dev-manual/sbom.rst index eba07b7832..e6806ce929 100644 --- a/documentation/dev-manual/sbom.rst +++ b/documentation/dev-manual/sbom.rst | |||
@@ -25,14 +25,14 @@ users can read in standardized format. | |||
25 | assessments, as all the components used in the Software Supply Chain are listed. | 25 | assessments, as all the components used in the Software Supply Chain are listed. |
26 | 26 | ||
27 | The OpenEmbedded build system doesn't generate such information by default, | 27 | The OpenEmbedded build system doesn't generate such information by default, |
28 | though the `:term:`Poky` reference distribution has it enabled out of the box. | 28 | though the :term:`Poky` reference distribution has it enabled out of the box. |
29 | 29 | ||
30 | To enable it, inherit the :ref:`ref-classes-create-spdx` class from a | 30 | To enable it, inherit the :ref:`ref-classes-create-spdx` class from a |
31 | configuration file:: | 31 | configuration file:: |
32 | 32 | ||
33 | INHERIT += "create-spdx" | 33 | INHERIT += "create-spdx" |
34 | 34 | ||
35 | In the `:term:`Poky` reference distribution, :term:`SPDX` generation does | 35 | In the :term:`Poky` reference distribution, :term:`SPDX` generation does |
36 | consume some build time resources and thus if needed it can be disabled from a | 36 | consume some build time resources and thus if needed it can be disabled from a |
37 | :term:`configuration file`:: | 37 | :term:`configuration file`:: |
38 | 38 | ||