Closed bbayukari closed 1 year ago
At .../docs, python -m pip install -r requirements.txt make html
python -m pip install -r requirements.txt
make html
But there is an error: ImportError: cannot import name 'environmentfilter' from 'jinja2'
ImportError: cannot import name 'environmentfilter' from 'jinja2'
Maybe the version of 'jinja2' is too high, try to use version 3.03 https://github.com/readthedocs/readthedocs.org/issues/9038#issue-1180421292
At .../docs,
python -m pip install -r requirements.txt
make html
But there is an error:
ImportError: cannot import name 'environmentfilter' from 'jinja2'