From: Martin Quinson Date: Thu, 9 Aug 2018 22:48:28 +0000 (+0200) Subject: sphinx: activate the todos X-Git-Tag: v3_21~269 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/05ecee877c8dd5f568dc631744f34b4601bd68cd?hp=2d4b7a6d779a5cbf100ef4f21046c50aa67ef3cd sphinx: activate the todos --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 562a77c87f..452d833e7b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"