diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-11 23:07:52 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-13 17:40:20 -0800 |
| commit | 79f067b570cd8e23ee09a5b1de4b2fb3ec589a00 (patch) | |
| tree | 8dce413fcb298e0568b744a894713efe8b037b2b | |
| parent | 0183e44b667fa03fbb437398778fefc7d09d142d (diff) | |
| download | pyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.tar.gz pyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.tar.bz2 pyramid-79f067b570cd8e23ee09a5b1de4b2fb3ec589a00.zip | |
add sphinx.ext.todo, support for todo items
| -rw-r--r-- | docs/conf.py | 1 |
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', ] |
