From ad8a1ede98fce3fb6ed7291c7f923b98b17cb08d Mon Sep 17 00:00:00 2001 From: mauicv Date: Fri, 25 Mar 2022 13:01:02 +0000 Subject: [PATCH] Place bound on Jinja2 Revert once https://github.com/jupyter/nbconvert/pull/1737 is merged and released! --- requirements/docs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/docs.txt b/requirements/docs.txt index 2d6ad7506..520bd42a8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -12,3 +12,5 @@ ipykernel>=5.1.0, <6.0.0 # required for executing notebooks via nbsphinx ipython>=7.2.0, <8.0.0 # required for executing notebooks nbsphinx # pandoc # pandoc==1.16.02 # NB: as this is not a Python library, it should be installed manually on the system or via a package manager such as `conda` + +jinja2<3.1.0 # temporary fix for nbconvert issue https://github.com/jupyter/nbconvert/issues/1736