Skip to content

Fix enum docs - #279

Merged
rich-iannone merged 6 commits into
mainfrom
fix-enum-docs
Jul 23, 2026
Merged

Fix enum docs#279
rich-iannone merged 6 commits into
mainfrom
fix-enum-docs

Conversation

@rich-iannone

Copy link
Copy Markdown
Member

This PR improves the handling of Python enums in API documentation generation. It ensures that enum member docstrings are preserved correctly and that enum members are always shown, even if they lack individual docstrings.

With this change we should see this (from the GDG site that tests enums):

image

Fixes: #277

@rich-iannone
rich-iannone merged commit 10e70a0 into main Jul 23, 2026
8 checks passed
@rich-iannone
rich-iannone deleted the fix-enum-docs branch July 23, 2026 20:36
@rich-iannone rich-iannone mentioned this pull request Jul 24, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document individual enum variants

1 participant