Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii characters

This commit is contained in:
Takeshi KOMIYA
2015-12-25 15:52:51 +09:00
parent 0719611d54
commit f1cf5d594a
3 changed files with 50 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Bugs fixed
* #2186: Fix LaTeX output of \mathbb in math
* #1480, #2188: LaTeX: Support math in section titles
* #2071: Fix same footnote in more than two section titles => LaTeX/PDF Bug
* #2040: Fix UnicodeDecodeError in sphinx-apidoc when author contains non-ascii characters
Release 1.3.3 (released Dec 2, 2015)