Removed sorting

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-16 18:43:46 +01:00
parent 18fba35173
commit c9c716e5fe
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -101,7 +101,7 @@ def add_local_md_headings(app, pagename, templatename, context, doctree):
})
# Proceed with grouping and sorting as before...
tree = group_headings(local_md_headings)
sort_tree(tree)
#sort_tree(tree)
context['local_md_headings'] = tree
def setup(app):