mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-29 04:23:34 +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...
|
# Proceed with grouping and sorting as before...
|
||||||
tree = group_headings(local_md_headings)
|
tree = group_headings(local_md_headings)
|
||||||
sort_tree(tree)
|
#sort_tree(tree)
|
||||||
context['local_md_headings'] = tree
|
context['local_md_headings'] = tree
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user