Skip to content

Commit

Permalink
Disable syntax highlighting in code blocks by default
Browse files Browse the repository at this point in the history
The default is Python, which none (that I have found) of our code blocks use
  • Loading branch information
lethosor committed Oct 9, 2020
1 parent 2fdd6f7 commit 09f262a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.py
Expand Up @@ -282,6 +282,9 @@ def get_version():
# 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

Expand Down

0 comments on commit 09f262a

Please sign in to comment.