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.