Hello all,
if someone tries to build website locally, you might encounter error
like:
AttributeError: module 'jinja2.ext' has no attribute 'with_'
As a workaround, I suggest modifying website/requirements.txt:
diff --git a/website/requirements.txt b/website/requirements.txt
index 758f617..94cffe8 100644
--- a/website/requirements.txt
+++ b/website/requirements.txt
@@ -1,4 +1,4 @@
pelican==4.6.0
Markdown==3.3.4
comment-parser==1.2.3
-jinja2>=3.0
+jinja2<3.1
I will let Manufactura folks to decide if this is a proper fix or a
different fix should be pushed to the repository.
Best wishes
Libor