From e055be8a2af2691819d5cf9a66b35f01c34e1b6e Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 12 Jan 2023 13:54:05 +0100 Subject: [PATCH] fix: pin jinja2 to prevent build error This is not required when using pipenv as it properly locks the dependencies. Signed-off-by: Richard Steinmetz --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index f8f613626..a99abde65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,6 @@ rst2pdf pillow sphinx-rtd-theme==1.2.0rc2 sphinxcontrib-phpdomain + +# https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554 +jinja2<3.1.0