From b9732e1d2d9743b0811afc2d640e1acf68fd17e9 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Thu, 24 Jun 2021 22:54:39 +0200 Subject: [PATCH 1/3] Added MaterialModels to docs/Project.toml and compat for Documenter --- docs/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3879473..1fe7fea 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,5 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +MaterialModels = "d7e62f90-dad9-4fee-a9a8-264218a34fd2" [compat] -Documenter = "0.26" \ No newline at end of file +Documenter = "0.26" From 5b60dbe77967fdfd3feb12fb69b48bfd2729d812 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Thu, 24 Jun 2021 23:03:05 +0200 Subject: [PATCH 2/3] Removed compat from docs/Project.toml --- docs/Project.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 1fe7fea..c74ffd7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,6 +1,3 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MaterialModels = "d7e62f90-dad9-4fee-a9a8-264218a34fd2" - -[compat] -Documenter = "0.26" From 4cf3afa21939ba7d9b3be3dc6b02ded9c6660036 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Thu, 24 Jun 2021 23:07:23 +0200 Subject: [PATCH 3/3] Added compat again --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index c74ffd7..1fe7fea 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MaterialModels = "d7e62f90-dad9-4fee-a9a8-264218a34fd2" + +[compat] +Documenter = "0.26"