diff options
author | Corbin Simpson <[email protected]> | 2009-12-20 20:37:40 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-12-21 18:01:24 -0800 |
commit | 9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 (patch) | |
tree | 7fdee8f0ba3539e2400526d11ebb676b2867972d /src/gallium/docs/source/conf.py | |
parent | f3347fe397cb917dbfc18f87795a5187f2763019 (diff) |
More docs. Glossary.
Diffstat (limited to 'src/gallium/docs/source/conf.py')
-rw-r--r-- | src/gallium/docs/source/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 7ff4896a91a..2b974b727cd 100644 --- a/src/gallium/docs/source/conf.py +++ b/src/gallium/docs/source/conf.py @@ -83,6 +83,9 @@ exclude_trees = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# The language for highlighting source code. +highlight_language = 'c' + # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] |