From f3b2c4f4d5b2b3d7aed152b880bce6f6310ecf38 Mon Sep 17 00:00:00 2001 From: jofrevalles Date: Mon, 25 Nov 2024 12:54:02 +0100 Subject: [PATCH] Fix Tenet path in docs' Project.toml by changing it to a relative path --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index b2c25ef3..55846ef9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -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"