Skip to content

Commit

Permalink
pin Markdown version to 3.1 in Julia doc build (apache#17549)
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 authored and Ubuntu committed Feb 19, 2020
1 parent 86380e5 commit e602602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all:
'using Pkg; \
Pkg.develop(PackageSpec(name="MXNet", path = joinpath(pwd(), "..")))'
julia --color=yes --project=./ ./make.jl
pip install --user pygments mkdocs mkdocs-material python-markdown-math
pip install --user Markdown==3.1 pygments mkdocs mkdocs-material python-markdown-math
export LC_ALL="C.UTF-8"
export LANG="C.UTF-8"
echo $(LC_ALL)
Expand Down

0 comments on commit e602602

Please sign in to comment.