-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return types not shown for methods #219
Comments
@AWhetter I've migrated to 1.4.0 but I'm still not seeing method return types. I've copy pasted the class
|
I can't reproduce your issue. It's missing a lot of other bits of that class but it's not clear to me why. Please can you give a more complete example that's failing. |
I truncated the output. I'll add a more complete version |
actually, i retract that, that's exactly what I get. My configuration is (with some details replaced with dummy values)
|
can confirm this is now working for me on version 1.5.0, thanks very much for all your help |
I'm seeing the return types shown for module-level functions, but not for methods.
It renders a bit like
I'm using
Sphinx 3.0.4
sphinx-autoapi 1.3.0
sphinx-rtd-theme 0.4.3
my conf.py
The text was updated successfully, but these errors were encountered: