Is your feature request related to a problem? Please describe.
I would like to not show the implicit self parameter in the function signatures. Since the documentation is most often read by a user of the object there is no need to show them to the explicit self parameter. The built in python help() docstring renderer does not show it.
Describe the solution you'd like
A config option to disable show self would be ideal. Defaulting to "dont show self" would be even better.
Describe alternatives you've considered
An alternative is to not have a config option and just never show it.