Improve coderef output for TypedDicts.
Review Request #14494 — Created June 28, 2025 and submitted — Latest diff uploaded
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.