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

Commit

Permalink
pin Markdown version to 3.1 in Julia doc build (#17549)
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 committed Feb 8, 2020
1 parent 6533258 commit 5b50600
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 5b50600

Please sign in to comment.