mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 04:44:50 +00:00
Sort docs entries alphabetically
This commit is contained in:
parent
c1cd8ec12d
commit
ec667035cd
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ def generate(source_path, base):
|
|||
|
||||
build(source_path)
|
||||
|
||||
for k, v in all_entities.items():
|
||||
for k, v in sorted(all_entities.items()):
|
||||
v = sorted(v)
|
||||
entities = []
|
||||
|
||||
for i in v:
|
||||
|
|
|
|||
Loading…
Reference in a new issue