mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #1593: fix quickstart -F.
This commit is contained in:
parent
165db545ef
commit
5729afdba5
@ -367,6 +367,7 @@ Note: By default this script will not overwrite already created files.""")
|
|||||||
batchfile = True,
|
batchfile = True,
|
||||||
mastertocmaxdepth = opts.maxdepth,
|
mastertocmaxdepth = opts.maxdepth,
|
||||||
mastertoctree = text,
|
mastertoctree = text,
|
||||||
|
language = 'en',
|
||||||
)
|
)
|
||||||
if not opts.dryrun:
|
if not opts.dryrun:
|
||||||
qs.generate(d, silent=True, overwrite=opts.force)
|
qs.generate(d, silent=True, overwrite=opts.force)
|
||||||
|
Loading…
Reference in New Issue
Block a user