Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autodoc: an imported TypeVar is not resolved (refs: #8415) #8426

Merged
merged 1 commit into from
Feb 28, 2021

Commits on Feb 28, 2021

  1. autodoc: an imported TypeVar is not resolved (refs: sphinx-doc#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: sphinx-doc#7119)
    tk0miya committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    7d3cc38 View commit details
    Browse the repository at this point in the history