From b51bacc906a144263de1f1d40a050cafea666444 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Feb 2026 23:20:14 -0500 Subject: [PATCH 1/2] Apply workspace patch --- Project.toml | 5 ++++- docs/Project.toml | 4 +++- examples/Project.toml | 3 +++ test/Project.toml | 3 +++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4761fcc5..87c884b4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "ITensorDocs" uuid = "421c5ee2-4dae-4799-bb38-a6a9d9332403" -version = "0.1.12" +version = "0.1.13" authors = ["ITensor developers and contributors"] +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] + [compat] julia = "1.10" diff --git a/docs/Project.toml b/docs/Project.toml index c254046c..edde2e37 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,10 +1,12 @@ - [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" ITensorDocs = "421c5ee2-4dae-4799-bb38-a6a9d9332403" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" MultiDocumenter = "87ed4bf0-c935-4a67-83c3-2a03bee4197c" +[sources.ITensorDocs] +path = ".." + [compat] Documenter = "1.9" ITensorDocs = "0.1" diff --git a/examples/Project.toml b/examples/Project.toml index 0739da60..0e544b41 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,5 +1,8 @@ [deps] ITensorDocs = "421c5ee2-4dae-4799-bb38-a6a9d9332403" +[sources.ITensorDocs] +path = ".." + [compat] ITensorDocs = "0.1" diff --git a/test/Project.toml b/test/Project.toml index e9c291ea..40a8d5ef 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,6 +4,9 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +[sources.ITensorDocs] +path = ".." + [compat] Aqua = "0.8.9" SafeTestsets = "0.1" From 8f3df338c763951232511c72e0c900195cf34dc1 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 27 Feb 2026 10:54:25 -0500 Subject: [PATCH 2/2] Fix tests --- test/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 40a8d5ef..f6f87a5a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,5 +1,6 @@ [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +ITensorDocs = "421c5ee2-4dae-4799-bb38-a6a9d9332403" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" @@ -9,6 +10,7 @@ path = ".." [compat] Aqua = "0.8.9" +ITensorDocs = "0.1" SafeTestsets = "0.1" Suppressor = "0.2" Test = "1.10"