Remove hidden attributes from documentation.
Review Request #14282 — Created Jan. 1, 2025 and updated — Latest diff uploaded
This removes the following dunder attributes from any classes or objects
in the documentation:
__annotations__
__orig_bases__
__parameters__
These aren't needed for the docs, and only confuse things.
Built the docs and saw that these attributes went away.