We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52561a commit ba29711Copy full SHA for ba29711
conf.py
@@ -49,7 +49,7 @@
49
)
50
data = repos.json()
51
extensions = ""
52
- for repo in data:
+ for repo in sorted(data, key=lambda r: r["name"]):
53
if isinstance(repo, str):
54
raise ValueError(data["message"])
55
0 commit comments