summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/conf.py
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-21 19:12:55 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-21 19:12:55 -0800
commite8ed3b9607952bb3a8e2756f6f78ae6ccc6e7e05 (patch)
tree6faf2bed3600ebc52c455526f7a6b6013025e585 /src/gallium/docs/source/conf.py
parent9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 (diff)
docs: Start mathifying TGSI insts.
Diffstat (limited to 'src/gallium/docs/source/conf.py')
-rw-r--r--src/gallium/docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py
index 2b974b727c..9b0c86babd 100644
--- a/src/gallium/docs/source/conf.py
+++ b/src/gallium/docs/source/conf.py
@@ -22,7 +22,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+extensions = ['sphinx.ext.pngmath']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']