-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
We use
Line 5 in 56fb0bf
sphinx==3.5.4 |
Internally, they only restrict Jinja2>=2.3
. Jinja2==3.1.0
, which was released about an hour ago, removes
from jinja2 import environmentfilter
This however is imported by sphinx==3.5.4
. Never versions of sphinx
have a safeguard .
This trips our CI docs workflow. See this run for an example.