**Describe the solution you'd like** As suggested by @grst in #328, we could rely on [sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints/) to use the type hints to fill in types in docstrings. This would make docstrings more consistent and slightly less tedious to write.
Describe the solution you'd like
As suggested by @grst in #328, we could rely on sphinx-autodoc-typehints to use the type hints to fill in types in docstrings.
This would make docstrings more consistent and slightly less tedious to write.