I have a big python enum class with many attributes, and I am wondering how I can generate documentation for it because if I wrote the docstrings for all 100+ attributes it would take a while and then be hard to maintain.
I am currently using material mkdocs for my documentation generation with mkdocstrings plugin.