| commit | df294e34e15d15e2320e1ba09dc700f830669fe3 | [log] [tgz] | 
|---|---|---|
| author | Benjamin Cabé <benjamin@zephyrproject.org> | Tue Sep 10 19:51:57 2024 +0200 | 
| committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Fri Sep 13 11:42:51 2024 -0500 | 
| tree | 7569f22875211ca54007ef0ab099303ff69a842d | |
| parent | 49bd80828d38edf3692f5dded47f4fd90d885225 [diff] | 
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é <benjamin@zephyrproject.org>