diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 10:09:44 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 10:09:44 +0900 |
commit | 412bb9aae87dccfb81e8dc0e0cfaff40ad0c3701 (patch) | |
tree | 8dd33860f35d4aceffa7f5bf9ecd7a5969a1e1b3 /sphinx/apidoc.py | |
parent | 60d4846e0fa4ec0e76ed6c963d13f74015939875 (diff) | |
download | sphinx-git-412bb9aae87dccfb81e8dc0e0cfaff40ad0c3701.tar.gz |
Fix flake8 violations
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index d4793ff4d..19a711370 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -368,8 +368,8 @@ Note: By default this script will not overwrite already created files.""") text += ' %s\n' % module d = dict( path = opts.destdir, - sep = False, - dot = '_', + sep = False, + dot = '_', project = opts.header, author = opts.author or 'Author', version = opts.version or '', |