You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try using nbsphinx (latest version from pip 0.8.12) together with the latest version of Jinja2 (3.1.2), I get the following error:
Extension error: Could not import extension nbsphinx (exception: cannot import name 'contextfilter' from 'jinja2') (/home/.../lib/python3.9/site-packages/jinja2/__init__.py)) make: *** [Makefile:60: html] Error 2
I believe jinja2 might have silently broken its public API, or maybe contextfilter was never part of that public API, don't know. Maybe there is a workaround here?
The text was updated successfully, but these errors were encountered:
When I try using nbsphinx (latest version from pip 0.8.12) together with the latest version of Jinja2 (3.1.2), I get the following error:
I believe jinja2 might have silently broken its public API, or maybe
contextfilter
was never part of that public API, don't know. Maybe there is a workaround here?The text was updated successfully, but these errors were encountered: