1 | initial version |
I don't think this is possible without patching Sphinx. (I think I would actually have a slight preference to set autodoc_member_order
(see http://sphinx-doc.org/ext/autodoc.html#confval-autodoc_member_order) to "by source", in which case the ordering is what was in the source file.)