From 299a5b5f770dab32e30124942e66045ed98ca573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Poisot?= Date: Tue, 25 Jun 2019 09:05:08 -0400 Subject: [PATCH] :memo: add Plots to doc build --- docs/make.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index 43e56dc64..902aa4c67 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,6 +5,7 @@ push!(LOAD_PATH,"../src/") Pkg.activate(".") Pkg.add("EcologicalNetworksPlots") # IMPORTANT +Pkg.add("Plots") # IMPORTANT using Documenter using EcologicalNetworks @@ -43,3 +44,4 @@ deploydocs( ) Pkg.rm("EcologicalNetworksPlots") # IMPORTANT +Pkg.rm("Plots") # IMPORTANT