From: Jonathan Corbet Date: Fri, 12 Aug 2016 20:11:12 +0000 (-0600) Subject: docs: Set the Sphinx default highlight language to "guess" X-Git-Tag: v4.8-rc3~12^2~2 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=a7a0729c4532c94f4e8efb4faaf6ef00e5fe19ba;p=cascardo%2Flinux.git docs: Set the Sphinx default highlight language to "guess" This should eliminate a whole class of markup warnings, at the cost of occasionally amusing markup choices; we'll have to see if it works out. Suggested-by: Markus Heiser Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/conf.py b/Documentation/conf.py index 96b7aa66c89c..106ae9c740b9 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -131,7 +131,7 @@ pygments_style = 'sphinx' todo_include_todos = False primary_domain = 'C' -highlight_language = 'C' +highlight_language = 'guess' # -- Options for HTML output ----------------------------------------------