Sphinx documentation build error jinja2

Hi,

During the Github docs build I have the following error:

"C:\Miniconda3\envs\wood\lib\site-packages\sphinx\util\rst.py"
from jinja2 import environmentfilter
ImportError: cannot import name 'environmentfilter' from 'jinja2' (C:\Miniconda3\envs\wood\lib\site-

Before I did not have this issue. Therefore I am not sure what did I change or how to track the problem.
Local docs and repository building is fine.
Do you know how can I resolve this issue?

This is related to compas_wood repo

hi,

you have to make sure the jinja version is at least 3.0 in your requirements file.
see here