Skip to content

Commit

Permalink
Added sphinx.ext.todo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Sep 25, 2015
1 parent 62b04f2 commit b7aa358
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 @@ -30,7 +30,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
#extensions = ['sphinx.ext.autodoc']

extensions = ['djangocms', 'sphinx.ext.intersphinx']
extensions = ['djangocms', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
intersphinx_mapping = {
'python': ('http://docs.python.org/2.6', None),
'django': ('http://readthedocs.org/docs/django/en/latest/', None),
Expand Down Expand Up @@ -107,6 +107,8 @@
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

todo_include_todos = True


# -- Options for HTML output ---------------------------------------------------

Expand Down

0 comments on commit b7aa358

Please sign in to comment.