From 3eae7a7b6b948728658eb40d059a1fcb3b367b08 Mon Sep 17 00:00:00 2001 From: Colin Carroll Date: Tue, 20 Aug 2024 08:20:44 -0700 Subject: [PATCH] Remove polyfill. PiperOrigin-RevId: 665372345 --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4c4b3d9..8578918 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,9 +37,8 @@ edit_uri: "" # No edit button, as some of our pages are in /docs and some in /e strict: true # Don't allow warnings during the build process extra_javascript: - # The below three make MathJax work, see https://squidfunk.github.io/mkdocs-material/reference/mathjax/ + # The below two make MathJax work, see https://squidfunk.github.io/mkdocs-material/reference/mathjax/ - _static/mathjax.js - - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js extra_css: