1 parent c1cd8ec commit ec66703Copy full SHA for ec66703
1 file changed
compiler/docs/compiler.py
@@ -77,7 +77,8 @@ def build(path, level=0):
77
78
build(source_path)
79
80
- for k, v in all_entities.items():
+ for k, v in sorted(all_entities.items()):
81
+ v = sorted(v)
82
entities = []
83
84
for i in v:
0 commit comments