diff options
author | Georg Brandl <georg@python.org> | 2014-10-20 08:24:01 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-20 08:24:01 +0200 |
commit | 5729afdba54c99d9a3c014f56a70f3c6607c45fc (patch) | |
tree | 943d8f66660d8440f5dbd44bb7ccbe81e13db2b6 /sphinx/apidoc.py | |
parent | 165db545ef44004c6a3913316a8c601fd1646a15 (diff) | |
download | sphinx-git-5729afdba54c99d9a3c014f56a70f3c6607c45fc.tar.gz |
Closes #1593: fix quickstart -F.
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 7b1a96d25..3857e7566 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -367,6 +367,7 @@ Note: By default this script will not overwrite already created files.""") batchfile = True, mastertocmaxdepth = opts.maxdepth, mastertoctree = text, + language = 'en', ) if not opts.dryrun: qs.generate(d, silent=True, overwrite=opts.force) |