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

Commit

Permalink
Fix 'module 'jinja2' has no attribute 'contextfilter''
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekkuncer committed Apr 6, 2022
1 parent da5c279 commit fd0068f
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 fd0068f

Please sign in to comment.