From 870fd31b8c54c1bef782e1c67842d7a7e6b61434 Mon Sep 17 00:00:00 2001 From: Mike Thornton Date: Thu, 29 Dec 2011 23:38:18 -0600 Subject: [PATCH] Enabled TODO extension --- TODO.rst | 2 +- docs/conf.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.rst b/TODO.rst index e50140b..61de3a5 100644 --- a/TODO.rst +++ b/TODO.rst @@ -8,4 +8,4 @@ - virtualenv - webdev - \ No newline at end of file +.. todolist:: \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index bbc7e5e..93ebaec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 \ No newline at end of file