summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 12:50:05 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 12:50:05 +0000
commit92751f7bb87d45469e260b7e5161bf6e375bf231 (patch)
treebbb0b28f961782c5b2ce2c35d3d38e7e7b1c97b3 /src/cython/doc
parent9d54a9b469857d9f7bccbe9093ffcbed8e8dff34 (diff)
Add todo feature to list the todos in a page.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1431 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 89ea800ed4fb0b9e821a6c2650ffb79c09744325
Diffstat (limited to 'src/cython/doc')
-rwxr-xr-xsrc/cython/doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/doc/source/conf.py b/src/cython/doc/source/conf.py
index 25e77e6d..8407b9bb 100755
--- a/src/cython/doc/source/conf.py
+++ b/src/cython/doc/source/conf.py
@@ -42,6 +42,7 @@ extensions = [
'sphinxcontrib.bibtex',
]
+todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']