diff options
author | Corbin Simpson <[email protected]> | 2010-08-15 03:05:18 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-08-15 03:43:54 -0700 |
commit | bf357aedffd659e43ef9ceefa875c08991a5f46d (patch) | |
tree | aeb7a43c13125dc0cc294692990f2f0e6abae0bc /src/gallium/docs/source/conf.py | |
parent | d375cb869e1ea3baa191b7a0fbc2d606843bddec (diff) |
gallium/docs: Add formatting for envvar role; change debugging.
Per Jakob's request. Not super-pretty, but it's a good point for modding
later.
Diffstat (limited to 'src/gallium/docs/source/conf.py')
-rw-r--r-- | src/gallium/docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 99e665234eb..0846e7d0ece 100644 --- a/src/gallium/docs/source/conf.py +++ b/src/gallium/docs/source/conf.py @@ -22,7 +22,7 @@ sys.path.append(os.path.abspath('exts')) # 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', 'tgsi'] +extensions = ['sphinx.ext.pngmath', 'formatting'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |