Change priority of sphinx-domains

This commit is contained in:
Takeshi KOMIYA
2018-04-15 02:34:26 +09:00
parent 765aec565d
commit 5e4da90ffa
4 changed files with 17 additions and 8 deletions

View File

@@ -17,8 +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 order of smart_quotes is changed. For more detail, please read a
description of :py:meth:`.Sphinx.add_transform()`
* The processing order of smart_quotes and sphinx domains are changed. For more
details, please read a description of :py:meth:`.Sphinx.add_transform()`
Deprecated
----------