activated "todo" extension in help conf file.

This commit is contained in:
Virgil Dupras 2012-03-29 11:26:42 -04:00
parent 2d75ffefa7
commit 57375f83f6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = []
extensions = ['sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']