Hi, first thanks for this package and the mkdocstrings suite in general !
Is your feature request related to a problem? Please describe.
Executing code that is supposed to output numpy array does not work.
Describe the solution you'd like
To be allowed to output other kind of objects than str.
Describe alternatives you've considered
I tried converting objects to str as a workaround, but the rendering is not satisfying enough and writing print(str(obj)) in the python code is a bit misleading for future reader of the documentation
Hi, first thanks for this package and the mkdocstrings suite in general !
Is your feature request related to a problem? Please describe. Executing code that is supposed to output numpy array does not work.
Describe the solution you'd like To be allowed to output other kind of objects than str.
Describe alternatives you've considered I tried converting objects to str as a workaround, but the rendering is not satisfying enough and writing
print(str(obj))
in the python code is a bit misleading for future reader of the documentationAdditional context Code
Result in documentation :