diff -r b1c22e958d7b -r 670a78cd77ff sphinx/ext/autodoc.py --- a/sphinx/ext/autodoc.py Tue Oct 30 20:41:05 2012 +0900 +++ b/sphinx/ext/autodoc.py Wed Oct 31 09:20:36 2012 +0900 @@ -1105,7 +1105,7 @@ """ objtype = 'method' member_order = 50 - priority = 0 + priority = 1 @classmethod def can_document_member(cls, member, membername, isattr, parent):