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

Pin Markdown version to 3.1 in Julia doc build #17549

Merged
merged 1 commit into from
Feb 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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