Description
To make my docs look cleaner, I'd like an option to show just the repr of the enum member's value instead of the repr of the enum member for autoenum.
I.e.: repr(enum.member.value) not repr(enum.member)
Current behaviour:

Requested behaviour:

Version
- Operating System: Linux
- Python: 3.9
- enum_tools: 0.6.4
Other Additional Information:
Description
To make my docs look cleaner, I'd like an option to show just the repr of the enum member's value instead of the repr of the enum member for autoenum.
I.e.:
repr(enum.member.value)notrepr(enum.member)Current behaviour:

Requested behaviour:

Version
Other Additional Information: