From 778e297577c5301b75de7859609f2bb490d27192 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 25 Jul 2020 21:45:13 +0900 Subject: [PATCH] Update CHANGES for PR #7690 --- CHANGES | 2 ++ doc/usage/extensions/napoleon.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4ae5479c423..b82e17656f2 100644 --- a/CHANGES +++ b/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 diff --git a/doc/usage/extensions/napoleon.rst b/doc/usage/extensions/napoleon.rst index 438c3395089..b16577e2ddc 100644 --- a/doc/usage/extensions/napoleon.rst +++ b/doc/usage/extensions/napoleon.rst @@ -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 ` + + .. versionadded:: 3.2