From 6bc4a14a61d586008e87ae430da7e91b131d42d0 Mon Sep 17 00:00:00 2001 From: Tom Magerlein Date: Thu, 9 Oct 2025 20:54:33 -0400 Subject: [PATCH] Remove Plausible script from docs --- doc/_templates/layout.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 doc/_templates/layout.html diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html deleted file mode 100644 index d038aa30..00000000 --- a/doc/_templates/layout.html +++ /dev/null @@ -1,11 +0,0 @@ - - -{% extends "!layout.html" %} -{# pydata-sphinx-theme currently only supports Google Analytics. - This is a workaround until pydata-sphinx-theme v0.10.0 is released, - which adds Plausible support -#} -{% block extrahead %} - - {{ super() }} -{% endblock %} \ No newline at end of file