Closed mellertd closed 1 year ago
Sphinx is "double documenting" attributes of certain classes using dataclasses.
This can be fixed by editing Sphinx's conf.py, specifically autodoc_default_options = {'exclude-members'} should include all double-counted attributes.
autodoc_default_options = {'exclude-members'}
merged, can be closed
Sphinx is "double documenting" attributes of certain classes using dataclasses.
This can be fixed by editing Sphinx's conf.py, specifically
autodoc_default_options = {'exclude-members'}
should include all double-counted attributes.