From 562dc230babdfd20fc0c7d5071de692a74e842d0 Mon Sep 17 00:00:00 2001
From: Hugo Kerstens <hugokk@hotmail.nl>
Date: Mon, 6 May 2019 21:16:16 +0200
Subject: [PATCH] Remove unneeded plotly library

---
 mkdocs.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index dee89ae9..c01e87e1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -56,7 +56,6 @@ extra_css:
   - 'styles/thebelab.css'
 
 extra_javascript:
-  - 'https://cdn.plot.ly/plotly-latest.min.js'
   - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML'
   - 'scripts/thebelab-custom.js'
   - 'scripts/mathjaxhelper.js'
-- 
GitLab