Exclude __annotations__ by default from docs.

Review Request #12740 — Created Nov. 27, 2022 and submitted — Latest diff uploaded

Information

beanbag-docutils
master

Reviewers

This adds __annotations__ to the list of attributes to exclude on
modules, classes, and functions. These were noisy and not beneficial for
documentation, as the information from annotations are already pulled
out for use.

Built docs and verified that the __annotations__ attributes weren't
being shown.

Commits

Files

    Loading...