Fix #2003: decode error under python2 (only) when `make linkcheck` is run

This commit is contained in:
Takeshi KOMIYA
2015-12-21 22:34:04 +09:00
parent f85d1a0b99
commit 8b57bc7227
2 changed files with 15 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ Bugs fixed
* #2171: Fix cannot linkcheck url with unicode
* #2182: LaTeX: support image file names with more than 1 dots
* #2189: Fix previous sibling link for first file in subdirectory uses last file, not intended previous from root toctree
* #2003: Fix decode error under python2 (only) when ``make linkcheck`` is run
Release 1.3.3 (released Dec 2, 2015)