diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-12 12:54:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 12:54:02 +0900 |
commit | 478306e052d9711170b1fbe63635edef02853484 (patch) | |
tree | 502a9e495cef7d748a5a439de35bdb4647f5f138 /sphinx/apidoc.py | |
parent | d170862866a576cf342d27074d009e869e3670c4 (diff) | |
parent | 76ecccf8af86568cde5310638b4ac21c1aee0042 (diff) | |
download | sphinx-git-478306e052d9711170b1fbe63635edef02853484.tar.gz |
Merge pull request #3327 from tk0miya/flake8
Update flake8 rules
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 '', |