comparison 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
comparison
equal deleted inserted replaced
1216:5a8930e089ed 1217:c0515c0dfef9
21 # General configuration 21 # General configuration
22 # --------------------- 22 # ---------------------
23 23
24 # Add any Sphinx extension module names here, as strings. They can be extensions 24 # Add any Sphinx extension module names here, as strings. They can be extensions
25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext'] 26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext', 'taglist']
27 27
28 todo_include_todos = True 28 todo_include_todos = True
29 29
30 try: 30 try:
31 from sphinx.ext import pngmath 31 from sphinx.ext import pngmath