Closed
Description
Bug report
MacOS build-installer.py script failing when building docs.
Error
cannot import name 'environmentfilter' from 'jinja2'
Details
Sphinx-3.2.1 has a dependency with Jinja (Requires-Dist: Jinja2 (>=2.3)). In the latest Jinja version the environmentfilter module isn't able to be imported, beginning with the 3.1.0 update.
More info: pallets/jinja#1630
Your environment
CPython versions tested on: 3.10.4
Operating system and architecture: MacOS M1

