From 047dd8240c2badadf5ea154b563b29369db1303f Mon Sep 17 00:00:00 2001 From: Olli Lupton Date: Thu, 24 Mar 2022 19:03:00 +0100 Subject: [PATCH] ban jinja2@3.1.0 as it's buggy (#1731) * module 'jinja2.utils' has no attribute 'escape' sphinx-doc/sphinx#10289 * [BUG] module 'jinja2.utils' has no attribute 'escape' jupyter/nbconvert#1736 --- docs/docs_requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs_requirements.txt b/docs/docs_requirements.txt index 9253ea5648..d47d6c3107 100644 --- a/docs/docs_requirements.txt +++ b/docs/docs_requirements.txt @@ -10,3 +10,5 @@ plotnine numpy plotly nbsphinx +# 3.1.0 is buggy +jinja2!=3.1.0