From 4e44d5c6aff5e8f3bbbe8ea78c143a002afa700c Mon Sep 17 00:00:00 2001
From: "Michele L." <37748899+xmichele@users.noreply.github.com>
Date: Thu, 25 Jun 2026 11:44:22 +0200
Subject: [PATCH] Remove ES6 polyfill from mkdocs configuration
Removed polyfill script from extra_javascript section.
---
mkdocs.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index 32fdb38..159db8b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -47,7 +47,6 @@ extra_css:
extra_javascript:
- javascripts/config.js
- - https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
@@ -58,4 +57,4 @@ nav:
- Run the App Package: 'exec/run.md'
- Run the released App Package: 'exec/run_release.md'
-copyright: License CC BY-SA 4.0, by Creative Commons
\ No newline at end of file
+copyright: License CC BY-SA 4.0, by Creative Commons