diff --git a/docs/make.jl b/docs/make.jl index 2a4cb75..e30f558 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -3,11 +3,13 @@ using Documenter, JuliaFEM +#= if haskey(ENV, "TRAVIS") println("inside TRAVIS, installing PyPlot + matplotlib") Pkg.add("PyPlot") run(`pip install matplotlib`) end +=# makedocs(modules=[JuliaFEM], format = :html,