From 8114b00b028c386eb1aa75d213c497efbe020a3b Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 4 May 2018 14:57:36 -0400 Subject: Utilities/Sphinx: Do not highlight unspecified code blocks as python --- Utilities/Sphinx/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index 7878ad2..f52ccd1 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -17,6 +17,7 @@ version = '@conf_version@' # feature version release = '@conf_release@' # full version string primary_domain = 'cmake' +highlight_language = 'none' exclude_patterns = [ 'dev', # ignore developer-only documentation -- cgit v0.12