mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-03-31 15:08:09 +02:00
docs: enable inherited members display by default
Added :inherited-members: to autodoc_default_options in conf.py so all classes automatically show inherited methods and attributes from their base classes. This makes Connect5 show members from GatewayMixin and ModularBaseConnect_4_5, for example.
This commit is contained in:
@@ -34,6 +34,7 @@ autodoc_default_options = {
|
||||
'member-order': 'bysource',
|
||||
'special-members': '__init__',
|
||||
'undoc-members': True,
|
||||
'inherited-members': True,
|
||||
'exclude-members': '__weakref__'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user