diff --git a/conf.py b/conf.py index e1bde4257..d8f86c7ae 100644 --- a/conf.py +++ b/conf.py @@ -282,6 +282,9 @@ default_role = 'ref' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# The default language to highlight source code in. +highlight_language = 'none' + # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False