Add todos

This commit is contained in:
Sylvain Bellemare 2016-12-05 20:15:58 +01:00
parent d43e77ce4a
commit 9c102aa140

View File

@ -45,6 +45,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
'sphinx.ext.napoleon',
'sphinxcontrib.httpdomain',
'sphinx.ext.autosectionlabel',
@ -60,6 +61,8 @@ autodoc_default_flags = [
'members',
]
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']