Fixes #1983: i18n translation feature breaks references which uses section name.

This commit is contained in:
shimizukawa
2015-08-09 23:41:47 +09:00
parent 49b812b856
commit a3109f6976
6 changed files with 146 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ Bugs fixed
* #1725: On py2 environment, doctest with using non-ASCII characters causes
``'ascii' codec can't decode byte`` exception.
* #1540: Fix RuntimeError with circular referenced toctree
* #1983: i18n translation feature breaks references which uses section name.
Release 1.3.1 (released Mar 17, 2015)