X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=8833dde9e15faeb19c4d972c1b64905b2946b59f;hb=dcaab1b311e7817eede82eacf18a8168f2f8475b;hp=98f6060132be8d71f7e5bc50ffcafa90c09d139f;hpb=00cd1346bf056dfc0e7c7f75a9a4e64f3715930c;p=mesa.git diff --git a/docs/conf.py b/docs/conf.py index 98f6060132b..8833dde9e15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ----------------------------------------------