Docs: Inherited attributes and methods have no links in overview tables
The zhmcclient classes show inherited elements in the documentation in the "Attributes" and "Methods" overview tables. However, their names in these tables are not links, like it is the case for locally defined properties and methods.
Example: In https://python-zhmcclient.readthedocs.io/en/latest/resources.html#zhmcclient.Partition :
- The locally defined
nicsitem in the "Attributes" table is a link - The inherited
full_propertiesitem in the "Attributes" table is not a link
The same issue in pywbem was reported to the autodocsumm project as https://github.com/Chilipp/autodocsumm/issues/50.
Meanwhile I think this is a Sphinx issue, see https://github.com/sphinx-doc/sphinx/issues/10699
I removed this from 1.4.0 since a fix supposedly requires a new Sphinx version
Need to wait for Sphinx to look at the issue, and to pick up a possible fix in Sphinx.
At this point, the Sphinx issue has not been resolved.
The Sphinx issue is not yet resolved - moving this to the next zhmcclient milestone.