From 2ed0a7800b43b1d5a16c4afaa6be76f2c3ee0b62 Mon Sep 17 00:00:00 2001
From: Johan Mabille <johan.mabille@gmail.com>
Date: Thu, 9 Nov 2023 10:58:11 +0100
Subject: [PATCH] Removed javascript dependencies from doc conf

---
 docs/source/conf.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 105e3b7..3f5ec64 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -13,9 +13,6 @@
 
 
 def setup(app):
-    app.add_javascript("https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js")
-    app.add_javascript("https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js")
-
     app.add_stylesheet("main_stylesheet.css")
 
 html_theme = "sphinx_rtd_theme"