summaryrefslogtreecommitdiff
path: root/sphinx/apidoc.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-16 11:45:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-16 11:45:57 +0900
commit4b5eebdc877759e204aa90435aebcf313a44f6cd (patch)
treec240b4ca43ffefc88dda6d3a18ca2a61303aacb4 /sphinx/apidoc.py
parente5786b888cfce77772f2e11d9f2934b941edbc7d (diff)
parent4583c4b0227e425bca7b3c26b80d904a13a9c714 (diff)
downloadsphinx-git-4b5eebdc877759e204aa90435aebcf313a44f6cd.tar.gz
Merge branch 'stable' into 1.5-release
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r--sphinx/apidoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py
index 05928be81..d4793ff4d 100644
--- a/sphinx/apidoc.py
+++ b/sphinx/apidoc.py
@@ -402,6 +402,7 @@ Note: By default this script will not overwrite already created files.""")
elif not opts.notoc:
create_modules_toc_file(modules, opts)
+
# So program can be started with "python -m sphinx.apidoc ..."
if __name__ == "__main__":
main()