Description: Remove plugins and URLs not available in Debian
 Remove awesome-pages and remove polyfill.min.js not available in Debian
 and replace tex-mml-chtml.js URL with local URL.
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2024-09-29
Forwarded: not-needed

--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -30,7 +30,6 @@ theme:
 
 plugins:
   - search
-  - awesome-pages
   - mkdocstrings:
       default_handler: python
       handlers:
@@ -60,8 +59,7 @@ plugins:
 
 extra_javascript:
   - javascript/config.js
-  - https://polyfill.io/v3/polyfill.min.js?features=es6
-  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
+  - file:///usr/share/nodejs/mathjax-full/es5/tex-mml-chtml.js
 
 extra_css:
   - css/custom.css
