mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5378 from tk0miya/5127_quickstart_should_not_overwrite_Makefiles
Fix #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if exists
This commit is contained in:
commit
888eea2944
1
CHANGES
1
CHANGES
@ -10,6 +10,7 @@ Incompatible changes
|
||||
* #5282: html theme: refer ``pygments_style`` settings of HTML themes
|
||||
preferentially
|
||||
* The URL of download files are changed
|
||||
* #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if exists
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
|
@ -678,7 +678,7 @@ def main(argv=sys.argv[1:]):
|
||||
except ValueError:
|
||||
print(__('Invalid template variable: %s') % variable)
|
||||
|
||||
generate(d, templatedir=args.templatedir)
|
||||
generate(d, overwrite=False, templatedir=args.templatedir)
|
||||
return 0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user