diff options
author | lloyd <[email protected]> | 2011-04-06 12:11:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-06 12:11:56 +0000 |
commit | d0777c4db5f465a237d6a1113961ee0dbb5d392f (patch) | |
tree | ec0477a60b42b0b7c96fb2405cd013f29281bfe7 /doc/conf.py | |
parent | c9cbc40b2852c14ed4432d71561f4e877900e534 (diff) |
Fix syntax highlighting
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 65c4c62ed..f1c6ebee4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,6 +91,8 @@ exclude_patterns = ['_build'] # output. They are ignored by default. #show_authors = False +highlight_language = 'cpp' + # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' |