Fix #2148: Error while building devhelp target with non-ASCII document.

This commit is contained in:
shimizukawa
2015-12-02 18:22:47 +09:00
parent 28db5fb767
commit d86ce4c0c2
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Bugs fixed
* #2012: Fix exception occurred if ``numfig_format`` is invalid
* #2142: Provide non-minified JS code in ``sphinx/search/non-minified-js/*.js`` for
source distribution on PyPI.
* #2148: Error while building devhelp target with non-ASCII document.
Release 1.3.2 (released Nov 29, 2015)