projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b4817
)
docs: Set the Sphinx default highlight language to "guess"
author
Jonathan Corbet
<corbet@lwn.net>
Fri, 12 Aug 2016 20:11:12 +0000
(14:11 -0600)
committer
Jonathan Corbet
<corbet@lwn.net>
Fri, 12 Aug 2016 20:11:12 +0000
(14:11 -0600)
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>
Documentation/conf.py
patch
|
blob
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index 96b7aa66c89ca68c5f891d6fb3f2744dd80c6ca7..106ae9c740b99307abcffee492e0eace15c4f295 100644
(file)
--- 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 ----------------------------------------------