Exclude __annotations__ by default from docs.

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

chipx86
beanbag-docutils
master
beanbag-misc

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.

Summary
Exclude __annotations__ by default from docs.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (fadd668)
Loading...