From: Stefano Rivera <stefano@rivera.za.net>
Date: Sun, 8 Mar 2026 14:14:00 -0400
Subject: Use Debian's d3.min.js

Rather than loading d3.js from jsdelivr, we'll symlink to the version in
the Debian libjs-d3 package.

Forwarded: not-needed
---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index fc0f056..6d3761e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,3 +52,4 @@ html_theme_options = {
     "sidebar_hide_name": True,
 }
 html_css_files = ["custom.css"]
+d3_use_local = "d3.min.js"
