summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@hora-obscura.de>2019-12-23 11:19:28 +0000
committerStefan Sauer <ensonic@hora-obscura.de>2019-12-23 11:19:28 +0000
commit643d6b00d54118adec92e38f039a31efc7f87c69 (patch)
tree5e9a65a728d70b7d88b3c0e2423b341bde017d59
parentad76c0ccdb8a88ad0a3c1eb27f58794ee94de6e1 (diff)
parent06eda7ca8fa42c654fd2ad861c1c43c1b395bc57 (diff)
downloadgtk-doc-643d6b00d54118adec92e38f039a31efc7f87c69.tar.gz
Merge branch 'reproducible-output-946331' into 'master'
Please make the output reproducible See merge request GNOME/gtk-doc!37
-rw-r--r--gtkdoc/mkdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc/mkdb.py b/gtkdoc/mkdb.py
index 9404452..9184567 100644
--- a/gtkdoc/mkdb.py
+++ b/gtkdoc/mkdb.py
@@ -2491,7 +2491,7 @@ def OutputBook(main_file, book_top, book_bottom, obj_tree):
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
''')
- for version in set(Since.values()):
+ for version in sorted(set(Since.values())):
dash_version = version.replace('.', '-')
OUTPUT.write(''' <index id="api-index-%s" role="%s">
<title>Index of new API in %s</title>