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
vyper --version
python --version
Running make docs gives an import error
make docs
ImportError: cannot import name 'contextfunction' from 'jinja2' (/home/user/miniconda3/envs/vyper/lib/python3.9/site-packages/jinja2/__init__.py)
See readthedocs/readthedocs.org#9037
Pin jinja2 version to 3.0.0.
jinja2
3.0.0
The text was updated successfully, but these errors were encountered:
weird - i have jinja 3.1.1 and docs work fine
$ pip freeze | grep -i jinja Jinja2==3.1.1
maybe try upgrading your sphinx?
Sorry, something went wrong.
@tserg is this still an issue?
No, not sure why this error arose in that specific instance but I have not encountered it since. Closing this issue.
No branches or pull requests
Version Information
vyper --version
): 0.3.4+python --version
): 3.8.13 and 3.9.12What's your issue about?
Running
make docs
gives an import errorSee readthedocs/readthedocs.org#9037
How can it be fixed?
Pin
jinja2
version to3.0.0
.The text was updated successfully, but these errors were encountered: