mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Docs: deterministic ordering of howto index
This commit is contained in:
@@ -136,7 +136,9 @@ def process_howto_nodes(app, doctree, fromdocname):
|
||||
doc['infos'].append(howto_info)
|
||||
|
||||
content = []
|
||||
for doc in howtos_by_doc.values():
|
||||
sorted_names = sorted(howtos_by_doc.keys())
|
||||
for docname in sorted_names:
|
||||
doc = howtos_by_doc[docname]
|
||||
doc_link = doc['link']
|
||||
section = howto_section(doc['title'], doc_link, doctree)
|
||||
for howto_info in doc['infos']:
|
||||
|
||||
Reference in New Issue
Block a user