Enabled TODO extension

This commit is contained in:
Mike Thornton
2011-12-29 23:38:18 -06:00
parent 944d87956a
commit 870fd31b8c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -8,4 +8,4 @@
- virtualenv
- webdev
.. todolist::
+3 -1
View File
@@ -25,7 +25,7 @@ sys.path.append(os.path.abspath('_themes'))
# 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.ifconfig']
extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -258,3 +258,5 @@ epub_copyright = u'2010, Kenneth Reitz'
# Allow duplicate toc entries.
#epub_tocdup = True
todo_include_todos = True