sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 45 forks source link

Fixed issue with "exclude-members" in `MatClassDocumenter` #190

Closed joeced closed 1 year ago

joeced commented 1 year ago

If the :exclude-members: options was added to a autoclass directive Sphinx would stop because of an exception thrown in MatClassDocumenter:document_member_section.

This is fixed now, as well as using the correct type the option, sphinx.ext.autodoc.exclude_members_option.

Fixed another issue in MatProperty that could not return the module it belongs to.

Added more tests, tests/roots/test_numad