Skip to content

Commit

Permalink
remove matplotlib dependency
Browse files Browse the repository at this point in the history
matplotlib cannot be installed during the generation of documentation,
ssl error. Use static images in documentation instead of automatically
generated ones.
  • Loading branch information
ahojukka5 committed Nov 13, 2017
1 parent 24a4e34 commit 3e8fb60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e8fb60

Please sign in to comment.