From 28c0601814722172f5f8dddfb26a478b3c9e7224 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Sun, 19 Nov 2023 21:08:02 +0900 Subject: [PATCH] add compat for Documenter --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 849c717a..3b8cfdde 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,6 @@ [deps] AsteroidThermoPhysicalModels = "ab46f4a3-3c83-4d86-98d6-41a8b1a2e76e" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "1"