diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-02-07 00:00:08 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-02-07 00:00:08 -0800 |
commit | 9302231342ad5db3de3ed09890bb7ec746a92519 (patch) | |
tree | e6882923c436506dba9d335e91bb0634876cf923 /sphinx/apidoc.py | |
parent | 097c1be57af9565352fbe4c27756a2a52b2ee216 (diff) | |
download | sphinx-git-9302231342ad5db3de3ed09890bb7ec746a92519.tar.gz |
Added insertion of todo_include_todos config option.
Set to True when we enable 'ext_todo' during the quickstart process.
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index a2862fcc5..807b03fca 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -363,6 +363,7 @@ Note: By default this script will not overwrite already created files.""") epub = True, ext_autodoc = True, ext_viewcode = True, + ext_todo = True, makefile = True, batchfile = True, mastertocmaxdepth = opts.maxdepth, |