Removed sorting

This commit is contained in:
2025-03-16 18:43:46 +01:00
parent 18fba35173
commit c9c716e5fe

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):