docs: enable sphinx todo items

This commit is contained in:
Dietmar Maurer
2019-11-16 11:16:04 +01:00
parent c4f1b69f4e
commit 210cb53654
3 changed files with 7 additions and 3 deletions

View File

@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.graphviz"]
extensions = ["sphinx.ext.graphviz", "sphinx.ext.todo"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -124,7 +124,7 @@ pygments_style = 'sphinx'
# keep_warnings = False
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
todo_include_todos = True
# -- Options for HTML output ----------------------------------------------