Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sphinx: activate the todos
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 9 Aug 2018 22:48:28 +0000 (00:48 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 9 Aug 2018 22:48:28 +0000 (00:48 +0200)
docs/source/conf.py

index 562a77c..452d833 100644 (file)
@@ -39,6 +39,7 @@ release = u'3.21'
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
+    'sphinx.ext.todo',
 #    'sphinx.ext.coverage',
     'sphinx.ext.mathjax',
 #    'sphinx.ext.ifconfig',
@@ -46,6 +47,8 @@ extensions = [
     'exhale',
 ]
 
+todo_include_todos = True
+
 breathe_projects = { 'simgrid': '../../doc/xml' }
 breathe_default_project = "simgrid"