You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If automethod is used in autoclass, then the method is always placed at the top, regardless of which option was selected for member-order.
My expectation:
The Call(...) method should be displayed at the place where the original Call method would have been, since bysource was selected for member-order.
An alternative would be if I could set a parameter for automethod to define where the method should be displayed.
It would also be okay if the method is simply appended below.
My expectation:
The Call(...) method should be displayed at the place where the original Call method would have been, since bysource was selected for member-order.
In fact it shouldn't, those options have always been independent in that members automatically included by the enclosing directive precede those that are explicitly declared in its scope.
This report (that isn't a bug but an FR) doesn't include a MRE because it lacks the necessary Python declarations and it also lacks a screenshot to show unambiguously what the problem is.
Describe the bug
If
automethod
is used inautoclass
, then the method is always placed at the top, regardless of which option was selected formember-order
.My expectation:
The
Call(...)
method should be displayed at the place where the originalCall
method would have been, sincebysource
was selected formember-order
.An alternative would be if I could set a parameter for
automethod
to define where the method should be displayed.It would also be okay if the method is simply appended below.
How to Reproduce
Environment Information
Sphinx extensions
["sphinx.ext.autodoc"]
Additional context
No response
The text was updated successfully, but these errors were encountered: