From 0af5a65687deeeb3b92af69bfdb0006bbbd0501d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 17 Nov 2025 20:10:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20script=20to=20generate?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docs.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/docs.py b/scripts/docs.py index 56ffb9d36..1a336a036 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -145,14 +145,20 @@ def build_lang( index_sponsors_template = """ -{% if sponsors %} +### Keystone Sponsor + +{% for sponsor in sponsors.keystone -%} + +{% endfor %} +### Gold and Silver Sponsors + {% for sponsor in sponsors.gold -%} {% endfor -%} {%- for sponsor in sponsors.silver -%} {% endfor %} -{% endif %} + """