diff doc/conf.py @ 1217:c0515c0dfef9

Wrote a sphinx extension for a taglist directive that outputs a javascript tag list and related functions
author boulanni <nicolas_boulanger@hotmail.com>
date Wed, 22 Sep 2010 12:49:41 -0400
parents 8837535006f1
children 00116be92710
line wrap: on
line diff
--- a/doc/conf.py	Wed Sep 22 12:12:30 2010 -0400
+++ b/doc/conf.py	Wed Sep 22 12:49:41 2010 -0400
@@ -23,7 +23,7 @@
 
 # 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.autodoc', 'sphinx.ext.todo', 'ext']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext', 'taglist']
 
 todo_include_todos = True