Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
📝 add Plots to doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Jun 25, 2019
1 parent d0f0b0a commit 299a5b5
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 @@ -5,6 +5,7 @@ push!(LOAD_PATH,"../src/")
Pkg.activate(".")

Pkg.add("EcologicalNetworksPlots") # IMPORTANT
Pkg.add("Plots") # IMPORTANT

using Documenter
using EcologicalNetworks
Expand Down Expand Up @@ -43,3 +44,4 @@ deploydocs(
)

Pkg.rm("EcologicalNetworksPlots") # IMPORTANT
Pkg.rm("Plots") # IMPORTANT

0 comments on commit 299a5b5

Please sign in to comment.