summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 11:14:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:36 +0200
commit4970704d0ff1955d5816ac571025f94bae94ddd5 (patch)
treeee76807329aa27bee804d146fb2740206c8335f6 /doc/conf.py
parent2173682364523893c6579d8afb130028afe9c286 (diff)
downloadptxdist-4970704d0ff1955d5816ac571025f94bae94ddd5.tar.gz
ptxdist-4970704d0ff1955d5816ac571025f94bae94ddd5.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
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'