diff -r 0b129678cfe1 -r 77ac6f572855 doc/source/conf.py --- a/doc/source/conf.py Mon Feb 22 10:44:13 2010 +0000 +++ b/doc/source/conf.py Wed Feb 24 04:01:48 2010 +0000 @@ -22,7 +22,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.intersphinx'] +extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -197,3 +197,5 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} + +todo_include_todos = True