All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] sphinx-lint: superfluous backtick in front of role
@ 2025-05-24  1:49 Trevor Woerner
  2025-05-24  1:49 ` [PATCH 2/2] sphinx-lint: unbalanced inline literal markup Trevor Woerner
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Trevor Woerner @ 2025-05-24  1:49 UTC (permalink / raw)
  To: docs

Fix all instances of backtick-before-role as reported by 'make sphinx-lint'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 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 eba07b783272..e6806ce92997 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`::
 
-- 
2.44.0.501.g19981daefd7c



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-27  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-24  1:49 [PATCH 1/2] sphinx-lint: superfluous backtick in front of role Trevor Woerner
2025-05-24  1:49 ` [PATCH 2/2] sphinx-lint: unbalanced inline literal markup Trevor Woerner
2025-05-26  7:21   ` [docs] " Antonin Godard
2025-05-26  8:04 ` [docs] [PATCH 1/2] sphinx-lint: superfluous backtick in front of role Quentin Schulz
2025-05-27  6:33 ` Antonin Godard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.