Updated doc/gui.txt and add and use Sphinx' todo extension.
[hooke.git] / doc / conf.py
index a1787763571d9be605bed44f173a57466cd7fe57..a93352d4f294fc3fc2f807ca69491430a8abab26 100644 (file)
@@ -28,7 +28,7 @@ import hooke
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
               'sphinx.ext.coverage', 'sphinx.ext.doctest', 
               'sphinx.ext.intersphinx', 'sphinx.ext.pngmath',
-              'numpydoc']
+              'sphinx.ext.todo', 'numpydoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -216,3 +216,7 @@ pngmath_latex_preamble = r"""
 \newcommand{\rfft}{\textrm{rfft}}
 \newcommand{\sinc}{\textrm{sinc}}
 """
+
+# -- Options for todo ----------------------------------------------------------
+
+todo_include_todos = True