From 10c7c25454a3658721ca26bc718453c4b72085ad Mon Sep 17 00:00:00 2001 From: chrstphr Date: Mon, 8 Apr 2024 14:55:41 +0200 Subject: [PATCH] Docs: Pin nbconvert < 7.14 - pin nbconvert due to directive errors in sphinx caused by nbconvert >= 7.14 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 130fc97..ebbc0e9 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def replace(mobj): 'sphinxcontrib.datatemplates>=0.9.0', 'sphinxcontrib.bibtex>=2.4.1', 'nbsphinx>=0.8.8', + 'nbconvert<7.14', # see https://github.com/jupyter/nbconvert/issues/2092 'ipykernel>=6.13.0', ], 'tests': [