Is your feature request related to a problem? Please describe.
Per the Google styleguide, the keyword Yields is used for generators. However, when using Yields in a docstring, it is not parsed by mkdocstrings:

Describe the solution you'd like
I'd like Yields to be parsed in the same manner that Returns is. :)
Is your feature request related to a problem? Please describe.
Per the Google styleguide, the keyword
Yieldsis used for generators. However, when usingYieldsin a docstring, it is not parsed bymkdocstrings:Describe the solution you'd like
I'd like
Yieldsto be parsed in the same manner thatReturnsis. :)