From bdc1b886b9bd9aecf50fbd40cc20582fad726e50 Mon Sep 17 00:00:00 2001 From: Tom Magerlein Date: Thu, 9 Oct 2025 20:34:47 -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 5804f16..0000000 --- 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 %}