-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Hello,
I am trying to get sphinx to handle async methods in my project. I had good results with sphinxcontrib-trio
so far, but I cannot achieve the member ordering I want.
My sphinx configuration has autodoc_member_order = 'bysource'
defined.
The directive seems not to be applied to asynchronous functions. I end up with class members ordered this way:
- regular members in source order, then.
- asynchronous members in alphabetical order.
Expected result:
All members together, in source order.
Help most welcome.
Metadata
Metadata
Assignees
Labels
No labels