docs: don't highlight code blocks unless requested explicitly

This commit is contained in:
Matthias Schiffer 2019-02-03 22:48:01 +01:00
parent f33d729253
commit 2cbb2808a0
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -68,6 +68,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
# Don't highlight code blocks unless requested explicitly
highlight_language = 'none'
# -- Options for HTML output -------------------------------------------------