summaryrefslogtreecommitdiff
path: root/sphinx/apidoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r--sphinx/apidoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py
index 7b1a96d2..3857e756 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)