From b61e4ce3d217da7a7f2653aaa5c58b62a0f7749c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 21 Dec 2010 19:05:11 +0100 Subject: [PATCH] activate todo generation --- doc/sources/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/sources/conf.py b/doc/sources/conf.py index 61c438543..cd04bad1e 100644 --- a/doc/sources/conf.py +++ b/doc/sources/conf.py @@ -23,7 +23,10 @@ sys.path.append(os.path.abspath('sphinxext')) # 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', 'preprocess'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'preprocess'] + +# Todo configuration +todo_include_todos = True # XXX HACK mathieu: monkey patch the autodoc module, to give a better priority # for ClassDocumenter, or the cython class will be documented as AttributeClass