diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-15 13:58:12 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-28 15:58:06 +0900 |
commit | 7d3cc382fa2ab875ea168ee40ce34562a387bb40 (patch) | |
tree | 4aacb2a5d06b37893fd1bbf3fa2235401528423f /doc/development/tutorials/examples/autodoc_intenum.py | |
parent | 6ca7c1c579c6857985a5e8faae64a77b32dc6098 (diff) | |
download | sphinx-git-7d3cc382fa2ab875ea168ee40ce34562a387bb40.tar.gz |
autodoc: an imported TypeVar is not resolved (refs: #8415)
So far, a TypeVar is rendered without module name. As a result, it
could not be resolved if it is imported from other modules. This
prepends its module name and make it resolvable. This is available
only in Python 3.7 or above.
As a side effect, all of TypeVars are displayed with module name. It
should be fixed in latter step (refs: #7119)
Diffstat (limited to 'doc/development/tutorials/examples/autodoc_intenum.py')
0 files changed, 0 insertions, 0 deletions