]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/conf.py
Enable TODO items in sphinx.
[neurodebian.git] / sphinx / conf.py
index 0bdb259ebf9ac12af4881eb2832e2664b9ac4a71..1e8818de94ad3e22f1dc4533309369d325c92f43 100644 (file)
@@ -43,7 +43,11 @@ def artworkdir():
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 #extensions = []
 sys.path.append(os.path.abspath('.'))
-extensions = ['sphinxext.quote']
+extensions = ['sphinxext.quote',
+              'sphinx.ext.todo']
+
+# show todo items
+todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']