From 42885ea2a1ce9bcf96009e593bfc029314c57772 Mon Sep 17 00:00:00 2001 From: Anton Dosta Date: Wed, 21 Feb 2024 12:25:32 -0800 Subject: [PATCH] fix: this should fix it --- mkdocs.yml | 2 +- overrides/main.html | 40 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c6d38258d..5b9310a46 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -679,7 +679,7 @@ validation: extra_javascript: - _site_essentials/js/mathjax.js - - /docsbot/docsbot.min.js + # - /docsbot/docsbot.min.js - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js diff --git a/overrides/main.html b/overrides/main.html index 0849d8808..357264d02 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -11,12 +11,12 @@ {% endif %} -
+ {% endblock %} {% block styles %} - + {{ super() }} {% endblock %} @@ -28,4 +28,40 @@ + + {% endblock %}