v0.6.5: support google docstring admonitions
What's Changed
- feat: added admonition support for google docstrings by @epinzur in #286
- fix: resolve external alias members via loading by @machow in #300
- Note that if a module has an
__all__
attribute defined, this PR uses that to define its initial members. These members are still subsequently filtered with options likeinclude_attribute
. - This PR also enables using external functions (e.g. imported into a module) in its members.
- Note that if a module has an
- docs: configuring docstring styles by @machow in #301
New Contributors
Full Changelog: v0.6.4...v0.6.5