From 5729afdba54c99d9a3c014f56a70f3c6607c45fc Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 20 Oct 2014 08:24:01 +0200 Subject: Closes #1593: fix quickstart -F. --- 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 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) -- cgit v1.2.1