summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-11 23:07:52 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-13 17:40:20 -0800
commit79f067b570cd8e23ee09a5b1de4b2fb3ec589a00 (patch)
tree8dce413fcb298e0568b744a894713efe8b037b2b /docs/conf.py
parent0183e44b667fa03fbb437398778fefc7d09d142d (diff)
downloadpyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.tar.gz
pyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.tar.bz2
pyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.zip
add sphinx.ext.todo, support for todo items
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5496452bd..b9d2958b0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,6 +55,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'sphinxcontrib.autoprogram',
+ 'sphinx.ext.todo',
# enable pylons_sphinx_latesturl when this branch is no longer "latest"
# 'pylons_sphinx_latesturl',
]