From 0445736b34d4f59f61eec4bdfd80a30025fdf1c7 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Tue, 5 Apr 2022 11:42:38 -0700 Subject: [PATCH] Unpin jinja2 in both environments ;-) nbconvert has been updated re: jinja=3.10. See https://github.com/spatialaudio/nbsphinx/issues/641#issuecomment-1086944106 and https://github.com/jupyter/nbconvert/pull/1737 --- envs/environment-gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/environment-gh-pages.yaml b/envs/environment-gh-pages.yaml index 1a4c44d..3de029b 100644 --- a/envs/environment-gh-pages.yaml +++ b/envs/environment-gh-pages.yaml @@ -15,7 +15,7 @@ dependencies: # To build the website - ipython - - jinja2<3.1.0 + - jinja2 - nbsphinx - sphinx