diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index e86be1a0..f7a68014 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -69,6 +69,8 @@ version = release.split('-')[0] # it's a C project, so: primary_domain = 'c' +# disable syntax highlight in non-code sections +highlight_language = 'none' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
