From f6746a2fd58b0175e07218178720a7ae1f8ca6f1 Mon Sep 17 00:00:00 2001 From: Pieter Belmans Date: Fri, 7 Jun 2024 10:08:58 +0200 Subject: [PATCH] ci: stop using Plausible plugin --- conf.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conf.py b/conf.py index 5ae6728..2cf481b 100644 --- a/conf.py +++ b/conf.py @@ -42,7 +42,6 @@ "sphinx.ext.mathjax", "sphinx.ext.todo", "sphinx.ext.viewcode", - "sphinx_plausible", ] mathjax3_config = { @@ -72,13 +71,6 @@ html_logo = "logo.png" html_favicon = "favicon.ico" -html_js_files = [ - ( - "https://plausible.io/js/script.js", - {"data-domain": "cutter.ncag.info", "defer": "defer"}, - ), -] - # -- Options for LaTeX output ------------------------------------------------ latex_engine = "lualatex"