python3-sphinx-autodoc-typehints

Type hints support for the Sphinx autodoc extension
  https://github.com/agronholm/sphinx-autodoc-typehints
  0
  no reviews



This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions.

It listens to the autodoc-process-signature and autodoc-process-docstring Sphinx events in order to strip annotations and inject appropriate directives.