Remove substitution_definition nodes from doctree on reading phase (refs: #4827)

This commit is contained in:
Takeshi KOMIYA
2018-04-14 16:03:30 +09:00
parent 19585962a2
commit af58d7faed
4 changed files with 8 additions and 8 deletions

View File

@@ -17,6 +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.
* #4827: All ``substitution_definition`` nodes are removed from doctree on
reading phase
Deprecated
----------