remove matplotlib dependency

matplotlib cannot be installed during the generation of documentation,
ssl error. Use static images in documentation instead of automatically
generated ones.
This commit is contained in:
Jukka Aho
2017-11-13 11:30:48 +02:00
parent 24a4e34370
commit 3e8fb609e6
+2
View File
@@ -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,