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

Don't use forward references to TypeAlias where it can be avoided #2973

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

ashleysommer
Copy link
Contributor

  • Don't use forward references to TypeAlias where it can be avoided, because autodocs-type-hints doesn't like them.
  • Bump to newer autodocs-type-hints that is desgined for use in Python 3.9.

Fixes #2912

…cause autodocs-type-hints doesn't like them.

Bump to newer autodocs-type-hints that is desgined for use in Python 3.9.
@coveralls
Copy link

Coverage Status

coverage: 90.247% (-0.001%) from 90.248%
when pulling eae39a4 on autodocs_fix
into ac0566f on main.

@ashleysommer ashleysommer merged commit 97cee9b into main Nov 6, 2024
22 checks passed
@ashleysommer ashleysommer deleted the autodocs_fix branch November 6, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

supporting sphinx-autodoc-typehints 2.3.x
2 participants