You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that it seems sphinx-autodoc-typehints isn't adding type info to my @task functions (but it is doing it for other functions just fine).
I know this is probably more an issue with this other plugin I'm using, FYI I opened an issue asking about it there: pyinvoke/invocations#33
But I'm very new to sphinx and wasn't sure if this is something this plugin would need to support or the other plugin needs to support or if there is a way to configure it to work as is.
Any tips would be super helpful!
The text was updated successfully, but these errors were encountered:
I have functions that are decorated with
@task
(I'm using pyinvoke).I use this plugin to make autodoc not ignore these annotated fucntions: https://github.com/pyinvoke/invocations/blob/main/invocations/autodoc.py
The issue is that it seems sphinx-autodoc-typehints isn't adding type info to my
@task
functions (but it is doing it for other functions just fine).I know this is probably more an issue with this other plugin I'm using, FYI I opened an issue asking about it there: pyinvoke/invocations#33
But I'm very new to sphinx and wasn't sure if this is something this plugin would need to support or the other plugin needs to support or if there is a way to configure it to work as is.
Any tips would be super helpful!
The text was updated successfully, but these errors were encountered: