Remove hidden attributes from documentation.

Review Request #14282 — Created Jan. 1, 2025 and submitted — Latest diff uploaded

Information

Review Board
release-7.1.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove hidden attributes from documentation.
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.
17f070e506ed9acfd9153c8c106d03dd556bf0af Christian Hammond
docs/manual/conf.py
Loading...