docs: disable syntax-highlighting by default
[mesa.git] / docs / conf.py
index 98f6060132be8d71f7e5bc50ffcafa90c09d139f..8833dde9e15faeb19c4d972c1b64905b2946b59f 100644 (file)
@@ -83,6 +83,10 @@ pygments_style = 'sphinx'
 # If true, `todo` and `todoList` produce output, else they produce nothing.
 todo_include_todos = False
 
+# Disable highlighting unless a language is specified, otherwise we'll get
+# python keywords highlit in literal blocks.
+highlight_language = "none"
+
 
 # -- Options for HTML output ----------------------------------------------