mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 18:52:16 +00:00
10 lines
268 B
Julia
10 lines
268 B
Julia
|
|
# 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")
|