Alphabetically sort attributetable output

This commit is contained in:
Rapptz 2020-06-27 02:05:23 -04:00
parent e9fb6b7d67
commit 6351ef344b

View File

@ -131,7 +131,7 @@ def process_attributetable(app, doctree, fromdocname):
for label, subitems in groups.items():
if not subitems:
continue
table.append(class_results_to_node(label, subitems))
table.append(class_results_to_node(label, sorted(subitems)))
table['python-class'] = fullname