Files
JuliaFEM.jl/docs/deploy.jl
T

10 lines
268 B
Julia
Raw Normal View History

2017-07-19 07:34:38 +03:00
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE
using Documenter
using JuliaFEM
deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/JuliaFEM/JuliaFEM.jl.git")