Skip to content

Commit 98baf29

Browse files
kartbenmmahadevan108
authored andcommitted
doc: sphinx-lint: fix bad usage of "default role"
Fixes bad usage of single backticks in lieu of double backticks for rendering inline literals, or simple '*' for italics. When appropriate, a better construct than double backticks has been selected (ex. :file:, :kconfig:option:, :c:func:, ...), or proper :ref: have been used if the original intention was to have a link. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 7de2643 commit 98baf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/west/sign.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for all images, for example:
116116
west build -b <board> <application> -DSIGNING_SCRIPT=<file>
117117
118118
The zephyr property method is achieved by adjusting the ``SIGNING_SCRIPT`` property
119-
on the `zephyr_property_target`, ideally from by a module by using:
119+
on the ``zephyr_property_target``, ideally from by a module by using:
120120

121121
.. code-block:: cmake
122122

0 commit comments

Comments
 (0)