Open
Description
If the :autosummary-inherited-members:
option is used on a class, the attribute and method summary tables generated by autodocsumm correctly include items for the inherited attributes and methods, but these items do not link to their descriptions. Their descriptions are in the same overall Sphinx document. That happens regardless of whether their descriptions are in the same or another RST file.
I verified that I can get working links to the inherited members properly generated with the :attr:
and :meth:
directives in the same RST file that specifies the autoclass
directive, so the targeted members are visible from there at the Sphinx reference level.
Metadata
Metadata
Assignees
Labels
No labels