From 0604813675f1e59725de705270f2fe6a54e80f5e Mon Sep 17 00:00:00 2001
From: Dennis Bader <dennis.bader@gmx.ch>
Date: Mon, 8 Apr 2024 11:03:27 +0200
Subject: [PATCH] lxml_html_clean for nbshinx (#2303)

* lxml_html_clean for nbshinx

* update changelog
---
 CHANGELOG.md             | 1 +
 requirements/release.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4d66002c3..d24d26ca79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -95,6 +95,7 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
 **Dependencies**
 
 ### For developers of the library:
+- fixed failing docs build by adding new dependency `lxml_html_clean` for `nbsphinx`. [#2303](https://github.com/unit8co/darts/pull/2303) by [Dennis Bader](https://github.com/dennisbader).
 
 ## [0.28.0](https://github.com/unit8co/darts/tree/0.28.0) (2024-03-05)
 ### For users of the library:
diff --git a/requirements/release.txt b/requirements/release.txt
index 5571b3c1b7..bd3b3d3cee 100644
--- a/requirements/release.txt
+++ b/requirements/release.txt
@@ -6,6 +6,7 @@ ipywidgets==7.5.1
 jupyterlab==4.0.11
 ipython_genutils==0.2.0
 jinja2==3.1.3
+lxml_html_clean==0.1.1
 m2r2==0.3.2
 nbsphinx==0.8.7
 numpydoc==1.1.0