doc: ti: update bash code-block directives to prompt
authorAnshul Dalal <anshuld@ti.com>
Tue, 29 Apr 2025 13:51:07 +0000 (19:21 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 1 May 2025 07:24:24 +0000 (09:24 +0200)
commitc00f08c20adff6ad34bd967e7949d1f4dae02ef3
tree1af0502adb061b36bebb5ee230b087a1f102b3e3
parent485ab4c6aa683baab7aa779dff6d9aef6188d1fb
doc: ti: update bash code-block directives to prompt

The code-block directive requires addition of the prompt symbol for each
line, using the prompt directive instead allows for auto insertion of
the symbol per line[1].

For the readers, the character added by the prompt directive is
un-selectable i.e the entire line can be more easily selected for copy
pasting etc. Whereas with code-block, the prompt symbol like "$" is also
selectable which is usually not the intent.

This is mostly a QoL addition + making the docs consistent since k3.rst
makes use of prompt directives which these board docs include from.

[1]: https://pypi.org/project/sphinx-prompt/

Signed-off-by: Anshul Dalal <anshuld@ti.com>
doc/board/ti/am62ax_sk.rst
doc/board/ti/am62px_sk.rst
doc/board/ti/j722s_evm.rst
doc/board/ti/j784s4_evm.rst