Update CHANGES for PR #7690

This commit is contained in:
Takeshi KOMIYA 2020-07-25 21:45:13 +09:00
parent ac0a800265
commit 778e297577
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@ Features added
of line numbers for code-blocks
* #7853: C and C++, support parameterized GNU style attributes.
* #7888: napoleon: Add aliases Warn and Raise.
* #7690: napoleon: parse type strings and make them hyperlinks as possible. The
conversion rule can be updated via :confval:`napoleon_type_aliases`
* C, added :rst:dir:`c:alias` directive for inserting copies
of existing declarations.
* #7745: html: inventory is broken if the docname contains a space

View File

@ -509,3 +509,5 @@ sure that "sphinx.ext.napoleon" is enabled in `conf.py`::
:type arg1: mypackage.CustomType
:param arg2: Description of `arg2`
:type arg2: :term:`dict-like <mapping>`
.. versionadded:: 3.2