From 3e8fb609e67ac8213210238aaccbcc2475ee7531 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Mon, 13 Nov 2017 11:30:48 +0200 Subject: [PATCH] remove matplotlib dependency matplotlib cannot be installed during the generation of documentation, ssl error. Use static images in documentation instead of automatically generated ones. --- docs/make.jl | 2 ++ 1 file changed, 2 insertions(+) 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,