Skip to content

Commit a7a0729

Browse files
author
Jonathan Corbet
committed
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>
1 parent 29b4817 commit a7a0729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
todo_include_todos = False
132132

133133
primary_domain = 'C'
134-
highlight_language = 'C'
134+
highlight_language = 'guess'
135135

136136
# -- Options for HTML output ----------------------------------------------
137137

0 commit comments

Comments
 (0)