mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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

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