Merge pull request #4742 from tk0miya/refactor_enumerable_nodes

Refactor enumerable nodes
This commit is contained in:
Takeshi KOMIYA
2018-03-21 23:41:38 +09:00
committed by GitHub
8 changed files with 48 additions and 13 deletions

View File

@@ -49,6 +49,8 @@ Features added
* Add ``app.add_message_catalog()`` and ``sphinx.locale.get_translations()`` to
support translation for 3rd party extensions
* helper function ``warning()`` for HTML themes is added
* Add ``Domain.enumerable_nodes`` to manage own enumerable nodes for domains
(experimental)
Bugs fixed
----------