mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
sdk-manual: fix incorrect highlight language for console code-blocks
When unspecified in conf.py via the highlight_language variable (and highlight variable for code-blocks), the lexer used for literal blocks is "default" which tries to highlight the block as Python code. These blocks aren't Python but simple command lines prefixed by a prompt so let's use the "console" lexer to properly highlight. (From yocto-docs rev: cb27e3264bcfdeec20d590dfff5cba99051d825e) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit c6039ce11d638a0b64844480e51d126fcda304b4) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d38081ece2
commit
3056341eb5
@@ -189,7 +189,9 @@ the installed SDKs to update the installed SDKs by using the
|
||||
#. Build the extensible SDK normally (i.e., use the
|
||||
``bitbake -c populate_sdk_ext`` imagename command).
|
||||
|
||||
#. Publish the SDK using the following command::
|
||||
#. Publish the SDK using the following command:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ oe-publish-sdk some_path/sdk-installer.sh path_to_shared_http_directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user