refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if gettext_additional_targets has that string.

This commit is contained in:
shimizukawa
2015-02-22 15:36:43 +09:00
parent c53fa4b369
commit 0ad1c154c0
10 changed files with 109 additions and 2 deletions

View File

@@ -23,8 +23,12 @@ Features added
nav-item-0, 1, 2...).
* New option `sphinx-quickstart --use-make-mode` for generating Makefile that
use sphinx-build make-mode.
* #1235: i18n: 'literal-block' node can be translated if 'literal-block'
is set to `gettext_additional_targets`.
* #1235: i18n: several node can be translated if it is set to
`gettext_additional_targets` in conf.py. Supported nodes are:
- 'literal-block'
- 'doctest-block'
- 'raw'
Bugs fixed
----------