From 8e535e0dab1789bd75fd57f31325a64494cb6ac2 Mon Sep 17 00:00:00 2001 From: Raymond Pan Date: Thu, 19 Sep 2024 21:55:43 -0400 Subject: [PATCH] add lxml_html_clean to fix nsphinx issue --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6ef374c..c53c826 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ # docs 'docutils>=0.12,<0.18', + 'lxml_html_clean>=0.2.2', 'm2r2>=0.2.5,<0.3', 'nbsphinx>=0.5.0,<0.7', 'Sphinx>=3,<3.3',