From bf1aa6c131a64356a622bcebf4ead321eb32d361 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sat, 2 Feb 2019 23:40:04 +0100 Subject: [PATCH] Don't highlight text as Python code by default --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 77d0a22..6c286f5 100644 --- a/conf.py +++ b/conf.py @@ -106,6 +106,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # # show_authors = False +# Don't highlight text by default. +highlight_language = 'none' + # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -- GitLab