Change priority of doctree-read event

This commit is contained in:
Takeshi KOMIYA
2018-04-16 00:16:18 +09:00
parent 5e4da90ffa
commit 538c061e7c
4 changed files with 13 additions and 7 deletions

View File

@@ -17,7 +17,8 @@ Incompatible changes
a ``conf.py`` file sphinx-build generates.
* The ``gettext_compact`` attribute is removed from ``document.settings``
object. Please use ``config.gettext_compact`` instead.
* The processing order of smart_quotes and sphinx domains are changed. For more
* The processing order on reading phase is changed. smart_quotes, sphinx
domains and :event:`doctree-read` event are invoked earlier. For more
details, please read a description of :py:meth:`.Sphinx.add_transform()`
Deprecated