From 774af24c4e436200c2e26bee3f9819cd349fbe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 21:53:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20script=20to=20not=20inc?= =?UTF-8?q?lude=20emoji=20language?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/docs.py b/scripts/docs.py index 73f60e68c..75583a1cb 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -353,7 +353,6 @@ def get_updated_config_content() -> Dict[str, Any]: raise typer.Abort() use_name = f"{code} - {local_language_names[code]}" new_alternate.append({"link": url, "name": use_name}) - new_alternate.append({"link": "/em/", "name": "😉"}) config["extra"]["alternate"] = new_alternate return config