Improve coderef output for TypedDicts.

Review Request #14494 — Created June 28, 2025 and submitted

Information

RBTools
master

Reviewers

autodoc doesn't do a great job with TypedDict objects, and the resulting
output includes a bunch of dunder properties that users really don't
care about. This change adds some configuration to exclude those.

Built manual HTML.

Summary ID
Improve coderef output for TypedDicts.
`autodoc` doesn't do a great job with TypedDict objects, and the resulting output includes a bunch of dunder properties that users really don't care about. This change adds some configuration to exclude those. Testing Done: Built manual HTML.
4cda010830eaa3bb679fb604c372d114a032fdc4
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (24f8d66)