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
When sphinx autodoc generates the API reference it doesn't know about the kr8s._async_utils.sync decorator and how it converts corotuines to normal functions.
Which project are you reporting a bug for?
kr8s
What happened?
When sphinx autodoc generates the API reference it doesn't know about the
kr8s._async_utils.sync
decorator and how it converts corotuines to normal functions.So for example
kr8s.objects.Pod.ready()
is listed as an async function when it is not.We may need to write a plugin for sphinx to add knowledge of this wrapping.
Anything else?
No response
The text was updated successfully, but these errors were encountered: