diff options
author | Brad King <brad.king@kitware.com> | 2018-05-04 18:57:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-04 18:57:36 (GMT) |
commit | 8114b00b028c386eb1aa75d213c497efbe020a3b (patch) | |
tree | 842ab144fa6b820d56f480b26c4445d39b427d65 /Utilities | |
parent | e628d6cd066774e4c95ec368fc6ef0be731ff0a5 (diff) | |
download | CMake-8114b00b028c386eb1aa75d213c497efbe020a3b.zip CMake-8114b00b028c386eb1aa75d213c497efbe020a3b.tar.gz CMake-8114b00b028c386eb1aa75d213c497efbe020a3b.tar.bz2 |
Utilities/Sphinx: Do not highlight unspecified code blocks as python
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |