aboutsummaryrefslogtreecommitdiffstats
path: root/doc/generate-libbe-txt.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/generate-libbe-txt.py')
-rw-r--r--doc/generate-libbe-txt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/generate-libbe-txt.py b/doc/generate-libbe-txt.py
index ec874fa..35eb5c4 100644
--- a/doc/generate-libbe-txt.py
+++ b/doc/generate-libbe-txt.py
@@ -31,7 +31,7 @@ def toctree(children):
' :maxdepth: 2',
'',
] + [
- ' %s.txt' % c for c in children
+ ' %s.txt' % c for c in sorted(children)
] + ['', ''])
def make_module_txt(modname, children):