From 094096df6fae145a32ced77dfb453a4805ce8e22 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Mon, 31 Aug 2026 12:51:54 -0400 Subject: [PATCH] feat(docs): Add Plausible analytics to Sphinx docs Sphinx docs had no usage analytics, so there was no visibility into which API reference pages get traffic. Overrides the shibuya theme's empty extra-head partial to load the Plausible script. Fixes PY-2757 Fixes #7318 --- docs/_templates/partials/extra-head.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_templates/partials/extra-head.html diff --git a/docs/_templates/partials/extra-head.html b/docs/_templates/partials/extra-head.html new file mode 100644 index 0000000000..90a2ac6adb --- /dev/null +++ b/docs/_templates/partials/extra-head.html @@ -0,0 +1 @@ +