From d00c6a3c6397b0cc5057086ace91930f5507a32e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:53:44 +0200 Subject: [PATCH] [3.12] Add psfhosted Plausible instance to analytics (GH-132252) (#132254) Add psfhosted Plausible instance to analytics (GH-132252) (cherry picked from commit 40844164b1d1d0f072990ff94202c348771676d6) Co-authored-by: Ee Durbin --- Doc/tools/templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 10a87f50d856..69c2ab6ae051 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -28,6 +28,7 @@ {% block extrahead %} {% if builder == "html" and enable_analytics %} + {% endif %} {% if builder != "htmlhelp" %} -- 2.47.3