Description
Improves how Sphinx autodoc displays Python type hints in generated documentation. It helps projects show parameter and return types clearly without repeating the same information manually in docstrings.
Developers use it as a documentation extension. Type hints should be accurate and understandable, because generated documentation can make confusing annotations more visible to users.