summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-12-01 11:38:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-12-01 11:59:31 +0100
commitba08d71c56d5ce2ba5bcdc9d0fe2d2a787c97849 (patch)
treea9709a327d1ced6ab930f79d5a0c39b6fa0df9d3 /Documentation
parent9968fef6d63d308f91a8668c46ed5c202da19935 (diff)
downloadbarebox-ba08d71c56d5ce2ba5bcdc9d0fe2d2a787c97849.tar.gz
barebox-ba08d71c56d5ce2ba5bcdc9d0fe2d2a787c97849.tar.xz
Documentation: change default highlight language to shell
There are many places where sphinx complains that blocks cannot be hilghlighted in 'c' and in fact I am not aware of any C code snippets in the documentation, so change the default highlighting style to shell which fits our needs much better. With this we get rid of many warnings while building the documentation. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 0292c720a7..dbd4a80caa 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 = 'c'
+highlight_language = 'sh'