Skip to content

Commit

Permalink
Fix Tenet path in docs' Project.toml by changing it to a relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 25, 2024
1 parent 31d811b commit 507bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Tenet = "85d41934-b9cd-44e1-8730-56d86f15f3ec"

[sources]
Tenet = {path = "/Users/mofeing/Developer/Tenet.jl/docs/.."}
Tenet = {path = ".."}

[compat]
Documenter = "1"
Expand Down

0 comments on commit 507bd95

Please sign in to comment.