Disable syntax highlighting in code blocks by default

The default is Python, which none (that I have found) of our code blocks use
develop
lethosor 2020-10-08 23:30:59 -04:00
parent 2fdd6f7aed
commit 09f262a0c2
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 3 additions and 0 deletions

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