docs: disable syntax-highlighting by default

The default is python, which we don't really do a whole lot of in
our docs, so let's just disable to none instead.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
This commit is contained in:
Erik Faye-Lund 2019-06-04 15:15:39 +02:00 committed by Marge Bot
parent 00cd1346bf
commit dcaab1b311
1 changed files with 4 additions and 0 deletions

View 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 ----------------------------------------------