Directive .. autoapiclass
does not respect autoapi_member_order = "bysource"
#325
Labels
.. autoapiclass
does not respect autoapi_member_order = "bysource"
#325
As per title: directive
.. autoapiclass
does not respectautoapi_member_order = "bysource"
, and I'm not sure if there are others.Here is a minimal working example: https://github.com/astrojuanlu/sphinx-autoapi-debug/tree/033f68fd
Even though
testpkg.A
has membersc
,a
andb
defined in this order, the rendered documentation givesa
,b
, andc
:Other things I found along the way:
autoapi_dirs = [""]
by mistake, and.. autoapiclass:: testpkg.A
didn't even give a warning. That made debugging more difficult.duplicate object description
, probably because of the generatedautoapi/testpkg/index.rst
(don't think this is unheard of, but at the moment I can't locate what would be the best way to avoid them):The text was updated successfully, but these errors were encountered: