From 33338a0728002cb5566e4ddcacf6d7086e99b262 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Thu, 1 Feb 2024 16:57:47 -0700 Subject: [PATCH] add compat to docs --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index dfa65cd..3a52a5d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,2 +1,5 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "0.27"