Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[1.x] Fix 'module 'jinja2' has no attribute 'contextfilter'' (#20990)
Browse files Browse the repository at this point in the history
* Fix 'module 'jinja2' has no attribute 'contextfilter''

* Update Makefile

* Update Makefile
  • Loading branch information
bartekkuncer authored Apr 8, 2022
1 parent da5c279 commit 4d399c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions julia/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ all:
'using Pkg; \
Pkg.develop(PackageSpec(name="MXNet", path = joinpath(pwd(), "..")))'
julia --color=yes --project=./ ./make.jl
pip install --user Markdown==3.1 \
mkdocs==1.0.4 \
pip install --user "jinja2>=2.7.1,<3.1.0" \
Markdown==3.1 \
mkdocs==1.0.4 \
mkdocs-material==4.6.0 \
pygments==2.5.2 \
pymdown-extensions==6.2.1 \
Expand Down

0 comments on commit 4d399c2

Please sign in to comment.