Skip to content

Commit 777393b

Browse files
committed
Add StructArrays.jl to docs/Project.toml
Manage dependency with `[sources]` attribute. Documentation at <https://pkgdocs.julialang.org/v1/toml-files/#The-[sources]-section>.
1 parent 831a1ba commit 777393b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
44
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
5+
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
6+
7+
[sources]
8+
StructArrays = {path = ".."}
59

610
[compat]
711
Documenter = "0.27"

docs/make.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
push!(LOAD_PATH, dirname(@__DIR__))
2-
31
using Documenter
42
using StructArrays
53

0 commit comments

Comments
 (0)