mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user