diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-08-12 16:11:12 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-12 16:11:12 -0400 |
commit | a7a0729c4532c94f4e8efb4faaf6ef00e5fe19ba (patch) | |
tree | 4e3fa0d6c667a293c81d1e79a07f719fd4ce001d | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
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 <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' | |||
131 | todo_include_todos = False | 131 | todo_include_todos = False |
132 | 132 | ||
133 | primary_domain = 'C' | 133 | primary_domain = 'C' |
134 | highlight_language = 'C' | 134 | highlight_language = 'guess' |
135 | 135 | ||
136 | # -- Options for HTML output ---------------------------------------------- | 136 | # -- Options for HTML output ---------------------------------------------- |
137 | 137 | ||