There are multiple cases in the documentation where literal blocks are used for literal, preformatted text. Although it is possible to use `.. code-block: none` in these cases instead of literal `::` blocks, follow the principle of least surprise and don't apply any syntax highlighting at all for literal blocks. Signed-off-by: Roland Hieber <r.hieber@xxxxxxxxxxxxxx> --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index dbd4a80caa..ec6ec0470b 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -259,4 +259,4 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False -highlight_language = 'sh' +highlight_language = 'none' -- 2.18.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox