From d50b9b9dce0600c2c4ed68da8d90833b1131caae Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Wed, 16 Nov 2016 10:58:41 +0900 Subject: insert blank line(s) to adapt latest flake8/pycodestyle --- sphinx/apidoc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/apidoc.py') 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() -- cgit v1.2.1