diff mbox series

[1/2] sphinx-lint: superfluous backtick in front of role

Message ID 20250524014902.35467-1-twoerner@gmail.com
State Accepted
Headers show
Series [1/2] sphinx-lint: superfluous backtick in front of role | expand

Commit Message

Trevor Woerner May 24, 2025, 1:49 a.m. UTC
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(-)

Comments

Quentin Schulz May 26, 2025, 8:04 a.m. UTC | #1
Hi Trevor,

On 5/24/25 3:49 AM, Trevor Woerner via lists.yoctoproject.org wrote:
> Fix all instances of backtick-before-role as reported by 'make sphinx-lint'.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
Antonin Godard May 27, 2025, 6:33 a.m. UTC | #2
On Fri, 23 May 2025 21:49:01 -0400, Trevor Woerner wrote:
> Fix all instances of backtick-before-role as reported by 'make sphinx-lint'.
> 
> 

Applied, thanks!

[1/2] sphinx-lint: superfluous backtick in front of role
      commit: d38f9b25c0bd095fe1158f14226fb74f8645496a
[2/2] sphinx-lint: unbalanced inline literal markup
      commit: 3460177c46d360b0f2f852cdab23f21bd4ec6d5a

Best regards,
diff mbox series

Patch

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`::