mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-04 20:28:11 +00:00
Removed sorting
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user