From fe721fe5748eba8e6f27ba2b3c74efc79878b827 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 23 May 2025 21:49:01 -0400 Subject: 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 Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/dev-manual/sbom.rst | 4 ++-- 1 file 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. assessments, as all the components used in the Software Supply Chain are listed. The OpenEmbedded build system doesn't generate such information by default, -though the `:term:`Poky` reference distribution has it enabled out of the box. +though the :term:`Poky` reference distribution has it enabled out of the box. To enable it, inherit the :ref:`ref-classes-create-spdx` class from a configuration file:: INHERIT += "create-spdx" -In the `:term:`Poky` reference distribution, :term:`SPDX` generation does +In the :term:`Poky` reference distribution, :term:`SPDX` generation does consume some build time resources and thus if needed it can be disabled from a :term:`configuration file`:: -- cgit v1.2.3-54-g00ecf