Open rafa-guedes opened 1 year ago
This is now fixed in the api
section of the docs by adding the :inherited-members: BaseModel
argument to the .. automodule::
directives. However in other parts of the docs which use the .. autosummary::
directive this is still a problem.
The fields from a parent class are currently not defined in the docs of a subclass. Investigate if there is some sphinx config to allow for these to be shown.