Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
141 changed files with 7859 additions and 23923 deletions
Showing only changes of commit 6eba27d98e - Show all commits

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