Merge pull request #7346 from tk0miya/7341_xref_for_type_annotations

Close #7341: py domain: type annotations are converted to cross refs
This commit is contained in:
Takeshi KOMIYA
2020-03-22 17:23:25 +09:00
committed by GitHub
4 changed files with 103 additions and 16 deletions

View File

@@ -83,6 +83,7 @@ Features added
* #6417: py domain: Allow to make a style for arguments of functions and methods
* #7238, #7239: py domain: Emit a warning on describing a python object if the
entry is already added as the same name
* #7341: py domain: type annotations in singature are converted to cross refs
* Support priority of event handlers. For more detail, see
:py:meth:`.Sphinx.connect()`
* #3077: Implement the scoping for :rst:dir:`productionlist` as indicated