sphinx-autodoc2 icon indicating copy to clipboard operation
sphinx-autodoc2 copied to clipboard

can't generate class inheritance

Open borco opened this issue 1 year ago • 0 comments

I have tried with both explicit autodoc2_class_inheritance = True in my conf.py and without it, but no inheritance diagrams are generated.

Is there other way to generate the class inheritance?

If I explicitly use .. inheritance:: directive in my custom .rst, it works fine.

borco avatar Nov 09 '24 14:11 borco