commit | 9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 | [log] [tgz] |
---|---|---|
author | Corbin Simpson <MostAwesomeDude@gmail.com> | Sun Dec 20 20:37:40 2009 -0800 |
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | Mon Dec 21 18:01:24 2009 -0800 |
tree | 7fdee8f0ba3539e2400526d11ebb676b2867972d | |
parent | f3347fe397cb917dbfc18f87795a5187f2763019 [diff] [blame] |
More docs. Glossary.
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 7ff4896..2b974b7 100644 --- a/src/gallium/docs/source/conf.py +++ b/src/gallium/docs/source/conf.py
@@ -83,6 +83,9 @@ # 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 = []