Add Domain#get_enumerable_node_type()

This commit is contained in:
Takeshi KOMIYA
2018-03-13 17:23:40 +09:00
parent d5e38b6e80
commit 62fa80399d
7 changed files with 39 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ Features added
* ``sphinx-build`` command supports i18n console output
* Add ``app.add_message_catalog()`` and ``sphinx.locale.get_translations()`` to
support translation for 3rd party extensions
* Add ``Domain.enumerable_nodes`` to manage own enumerable nodes for domains
(experimental)
Bugs fixed
----------