diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-02-02 16:20:12 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-02-02 17:03:41 -0800 |
commit | 8580522b14b19e5087a6b72fb694630b962e29ba (patch) | |
tree | 19b4eca8cddf59d1e002cf615ef8f3d1776ebbd6 /src/gallium/docs/source/conf.py | |
parent | 3e572eb25e20db0ba4a4bdf554185e1da88af671 (diff) |
gallium/docs: Add opcode formatting.
Diffstat (limited to 'src/gallium/docs/source/conf.py')
-rw-r--r-- | src/gallium/docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 9b0c86babd..59c19ed98d 100644 --- a/src/gallium/docs/source/conf.py +++ b/src/gallium/docs/source/conf.py @@ -16,13 +16,13 @@ import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.append(os.path.abspath('.')) +sys.path.append(os.path.abspath('exts')) # -- General configuration ----------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.pngmath'] +extensions = ['sphinx.ext.pngmath', 'tgsi'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |