mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-26 03:03:32 +01:00
Removed sorting
This commit is contained in:
parent
18fba35173
commit
c9c716e5fe
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user