mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add i18n capabilities for custom templates.
For example: The Sphinx reference documentation in doc directory provides sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,6 +1,10 @@
|
||||
Release 1.2 (in development)
|
||||
============================
|
||||
|
||||
* Add i18n capabilities for custom templates.
|
||||
For example: The Sphinx reference documentation in doc directory provides
|
||||
sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``.
|
||||
|
||||
* PR#123, #1106: Add epub_use_index configuration value.
|
||||
If provided, it will be used instead of html_use_index for epub builder.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user