Fixed #1773: sphinx-quickstart doesn't accept non-ASCII character as a option argument.

This commit is contained in:
shimizukawa
2015-03-14 14:10:28 +09:00
parent 502be7c26f
commit b7547bb7fe
2 changed files with 30 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ Bugs fixed
* #1769: allows generating quickstart files/dirs for destination dir that
doesn't overwrite existent files/dirs. Thanks to WAKAYAMA shirou.
* #1773: sphinx-quickstart doesn't accept non-ASCII character as a option argument.
Release 1.3 (released Mar 10, 2015)