mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #7690
This commit is contained in:
parent
ac0a800265
commit
778e297577
2
CHANGES
2
CHANGES
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user