API References sorted `Partner libs` menu (#17130)

The `Partner libs` menu is not sorted. Now it is long enough, and items
should be sorted to simplify a package search.
- Sorted items in the `Partner libs` menu
pull/17085/head
Leonid Ganeline 8 months ago committed by GitHub
parent 226f376d59
commit 42c812a549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -146,6 +146,7 @@ partners = [
(p.name, p.name.replace("-", "_") + "_api_reference")
for p in partners_dir.iterdir()
]
partners = sorted(partners)
html_context = {
"display_github": True, # Integrate GitHub

Loading…
Cancel
Save