Skip to content

Commit 175bf5a

Browse files
committed
use [sources] to specify local deps for documentation
1 parent 1497a24 commit 175bf5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ TimespanLogging = "a526e669-04d3-4846-9525-c66122c55f63"
99

1010
[compat]
1111
Documenter = "1"
12+
julia = "1.11"
13+
14+
[sources]
15+
Dagger = {path = ".."}
16+
DaggerWebDash = {path = "../lib/DaggerWebDash"}
17+
TimespanLogging = {path = "../lib/TimespanLogging"}

0 commit comments

Comments
 (0)