Add sphinx.util.typing:stringify() to represent annotations as string

This commit is contained in:
Takeshi KOMIYA
2019-07-14 01:54:07 +09:00
parent 2f7823e1a6
commit 05daa3c7ce
5 changed files with 289 additions and 156 deletions

View File

@@ -21,6 +21,9 @@ Deprecated
* ``sphinx.roles.Index``
* ``sphinx.util.detect_encoding()``
* ``sphinx.util.get_module_source()``
* ``sphinx.util.inspect.Signature.format_annotation()``
* ``sphinx.util.inspect.Signature.format_annotation_new()``
* ``sphinx.util.inspect.Signature.format_annotation_old()``
Features added
--------------