This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
[docs] make docs-serve
/mkdocs builds failing because of jinja2 error
#332
Labels
bug
Something isn't working
Bug Description
The newest version of jinja is incompatible with mkdocs. Building locally and also via github actions on merges to main currently breaks.
Steps to Reproduce
make docs-serve
Expected behavior
Build the docs locally, and via github actions on merges
Environment
Additional context
Mkdocs pushed a patch to limit the jinja version range. Updating the pinned version in
requirements.txt
should resolve the issue for now, but might not be the best strategy for versioning in the future.The text was updated successfully, but these errors were encountered: