theislab / scanpydoc

Collection of Sphinx extensions similar to (but more flexible than) numpydoc
https://icb-scanpydoc.readthedocs-hosted.com/en/latest/
GNU General Public License v3.0
12 stars 6 forks source link

Make `qualname_overrides` interact with `sphinx.ext.autodoc.typehints` #140

Open flying-sheep opened 5 months ago

flying-sheep commented 5 months ago

Probably needs to modify the temp_data between these two hooks: https://github.com/sphinx-doc/sphinx/blob/5523c9bbe4d1415777669330411d4f00ad802f18/sphinx/ext/autodoc/typehints.py#L213-L214

Modify this: https://github.com/sphinx-doc/sphinx/blob/5523c9bbe4d1415777669330411d4f00ad802f18/sphinx/ext/autodoc/typehints.py#L61