We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version (if known): master
Sphinx 3 is being installed, which is incompatible with Jinja 3.
Run ./run-tests.sh ./run-tests.sh lists of files in version control and sdist match Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/sphinx/cmd/build.py", line 25, in <module> from sphinx.application import Sphinx File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/sphinx/application.py", line 42, in <module> from sphinx.registry import SphinxComponentRegistry File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/sphinx/registry.py", line 24, in <module> from sphinx.builders import Builder File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/sphinx/builders/__init__.py", line 26, in <module> from sphinx.util import import_object, logging, rst, progress_message, status_iterator File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/sphinx/util/rst.py", line 22, in <module> from jinja2 import environmentfilter ImportError: cannot import name 'environmentfilter' from 'jinja2' (/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/site-packages/jinja2/__init__.py)
The text was updated successfully, but these errors were encountered:
setup.py: Bump Sphinx dev dependency to 5+
4bdace0
Closes inveniosoftware#168
Successfully merging a pull request may close this issue.
Package version (if known): master
Describe the bug
Sphinx 3 is being installed, which is incompatible with Jinja 3.
Steps to Reproduce
Expected behavior
Screenshots (if applicable)
Additional context
The text was updated successfully, but these errors were encountered: