Relative Content

Tag Archive for pythoninheritancedocumentationsphinx

How to doc specific parents with Sphinx inherited-members?

I have a child class and a parent class. I want the child class to inherit the functions of the parent. The issue is when i have multiple inherits. All the parents docs are showing under the child, but I only want the first parents docs (or a specific one regardless of the order).