From ada5229c46ed041b30090b969f9943082e5300d6 Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:19:31 +0200 Subject: [PATCH] typo --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index aebb1f64..ac1ba4cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ 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://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js