summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/conf.py
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-20 20:37:40 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-21 18:01:24 -0800
commit9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 (patch)
tree7fdee8f0ba3539e2400526d11ebb676b2867972d /src/gallium/docs/source/conf.py
parentf3347fe397cb917dbfc18f87795a5187f2763019 (diff)
More docs. Glossary.
Diffstat (limited to 'src/gallium/docs/source/conf.py')
-rw-r--r--src/gallium/docs/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py
index 7ff4896a91..2b974b727c 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 = []