From 4970704d0ff1955d5816ac571025f94bae94ddd5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 20 Jun 2016 11:14:17 +0200 Subject: doc: set 'sh' as default highlight language Otherwise sphinx 1.4.x produces a lot of warnings: WARNING: Could not lex literal_block as "c". Highlighting skipped. Signed-off-by: Michael Olbrich --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index d55a8361c..1a333c671 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -337,4 +337,4 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False -highlight_language = 'c' +highlight_language = 'sh' -- cgit v1.2.3