Would be great if we could add another option to [`members_order`](https://mkdocstrings.github.io/python/usage/configuration/members/#members_order) to respect the order of `__all__`. I think mkdocstrings already respects `__all__` to include members, so I guess it shouldn't be that hard to add?
Would be great if we could add another option to
members_orderto respect the order of__all__.I think mkdocstrings already respects
__all__to include members, so I guess it shouldn't be that hard to add?