* [ptxdist] [PATCH] doc: Fix sphinx warning
@ 2022-12-01 8:26 Thorsten Scherer
2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Scherer @ 2022-12-01 8:26 UTC (permalink / raw)
To: ptxdist
ref_make_macros.rst:158: WARNING: Could not lex literal_block as "make". Highlighting skipped.
Use "code-block:: none" as in doc/dev_add_bin_only_files.rst.
---
doc/ref_make_macros.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref_make_macros.rst b/doc/ref_make_macros.rst
index 684390089..a9ba31c48 100644
--- a/doc/ref_make_macros.rst
+++ b/doc/ref_make_macros.rst
@@ -155,7 +155,7 @@ ptx/image-install, ptx/image-install-link, world/image-clean
Usage:
-.. code-block:: make
+.. code-block:: none
@$(call world/image-clean, <PKG>)
@$(call ptx/image-install, <PKG>, $(<PKG>_BUILD_DIR)/<source-image-name>[, <image-name>])
--
2.38.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] doc: Fix sphinx warning
2022-12-01 8:26 [ptxdist] [PATCH] doc: Fix sphinx warning Thorsten Scherer
@ 2022-12-05 12:53 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-12-05 12:53 UTC (permalink / raw)
To: ptxdist; +Cc: Thorsten Scherer
Thanks, applied as 17305cba0d3cc5d4b0391f64be520f47d7723633.
Michael
[sent from post-receive hook]
On Mon, 05 Dec 2022 13:53:48 +0100, Thorsten Scherer <t.scherer@eckelmann.de> wrote:
> ref_make_macros.rst:158: WARNING: Could not lex literal_block as "make". Highlighting skipped.
>
> Use "code-block:: none" as in doc/dev_add_bin_only_files.rst.
> Message-Id: <20221201082636.q7j5ijxxu33m5vaf@NB142.eckelmann.group>
>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/doc/ref_make_macros.rst b/doc/ref_make_macros.rst
> index 68439008957f..a9ba31c48616 100644
> --- a/doc/ref_make_macros.rst
> +++ b/doc/ref_make_macros.rst
> @@ -155,7 +155,7 @@ ptx/image-install, ptx/image-install-link, world/image-clean
>
> Usage:
>
> -.. code-block:: make
> +.. code-block:: none
>
> @$(call world/image-clean, <PKG>)
> @$(call ptx/image-install, <PKG>, $(<PKG>_BUILD_DIR)/<source-image-name>[, <image-name>])
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-05 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 8:26 [ptxdist] [PATCH] doc: Fix sphinx warning Thorsten Scherer
2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox