jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

python/apigen: Fix inheritance of sibling/alias members #358

Closed jbms closed 22 hours ago

jbms commented 2 days ago

Previously, if class A defined a member p with an alias q, and then B inherits from A, the q alias would be listed twice, since it would be added when processing the members of A and then again when processing the members of B..