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"