Skip to content
New issue

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

Website build deprecation warnings #2692

Closed
nicowilliams opened this issue Jul 10, 2023 · 1 comment · Fixed by #2711
Closed

Website build deprecation warnings #2692

nicowilliams opened this issue Jul 10, 2023 · 1 comment · Fixed by #2711

Comments

@nicowilliams
Copy link
Contributor

: ; (source venv/bin/activate && (cd ../docs && pipenv install && pipenv run python build_website.py))
Installing dependencies from Pipfile.lock (62a1ce)…
Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
Ignoring typing-extensions: markers 'python_version < "3.8"' don't match your environment
  🐍   ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 8/8 — 00:00:09
/home/nico/ws/jq/docs/build_website.py:29: DeprecationWarning: 'contextfunction' is renamed to 'pass_context', the old name will be removed in Jinja 3.1.
  env.globals['unique_id'] = contextfunction(
/home/nico/ws/jq/docs/build_website.py:26: DeprecationWarning: 'jinja2.Markup' is deprecated and will be removed in Jinja 3.1. Import 'markupsafe.Markup' instead.
  env.filters['markdownify'] = lambda input: Markup(markdown(input))
/home/nico/ws/jq/docs/build_website.py:27: DeprecationWarning: 'jinja2.Markup' is deprecated and will be removed in Jinja 3.1. Import 'markupsafe.Markup' instead.
  env.filters['no_paragraph'] = lambda input: Markup(re.sub(r"</?p>", '', input))
@itchyny
Copy link
Contributor

itchyny commented Jul 10, 2023

#2628 will resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants