mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-17 19:09:04 +00:00
9ad66be08b
* running v0.6 conversion code proposed by @ovainola in #108. * change travis so that build is done using 0.6 * documentation is build from 0.6 * fix most of deprecation warnings * fix test to pass 0.6
11 lines
287 B
Julia
11 lines
287 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",
|
|
julia = "0.6")
|