diff options
author | shimizukawa <shimizukawa@gmail.com> | 2016-11-16 10:58:41 +0900 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2016-11-16 10:58:41 +0900 |
commit | d50b9b9dce0600c2c4ed68da8d90833b1131caae (patch) | |
tree | e9a41985d377c3f562bb04e62e1b9ec4223623c4 /sphinx/apidoc.py | |
parent | 9f39b53c1640ab47874c5d180d07f338696e4993 (diff) | |
download | sphinx-git-d50b9b9dce0600c2c4ed68da8d90833b1131caae.tar.gz |
insert blank line(s) to adapt latest flake8/pycodestyle
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 58724fd5a..90d0e3c8d 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -384,6 +384,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() |