Skip to content

Commit

Permalink
[Docs] Enable Sphinx TODO block extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Huang authored and dm4 committed Nov 6, 2018
1 parent 2a24a51 commit f6c8b88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx.ext.mathjax"
"sphinx.ext.mathjax",
"sphinx.ext.todo",
]
todo_include_todos = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit f6c8b88

Please sign in to comment.