aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-06 12:11:56 +0000
committerlloyd <[email protected]>2011-04-06 12:11:56 +0000
commitd0777c4db5f465a237d6a1113961ee0dbb5d392f (patch)
treeec0477a60b42b0b7c96fb2405cd013f29281bfe7 /doc/conf.py
parentc9cbc40b2852c14ed4432d71561f4e877900e534 (diff)
Fix syntax highlighting
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
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'