From 67198182cdfb9116d7a79ac7e0b1c0a5afb86572 Mon Sep 17 00:00:00 2001 From: sjdaines Date: Thu, 17 Oct 2024 15:02:30 +0100 Subject: [PATCH] Update Project.toml Documenter [compat] (#4) * Update Project.toml Documenter [compat] * Update Documenter [compat] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa9e035..edad8b1 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] DiffRules = "1" -Documenter = "0.27" +Documenter = "0.27, 1" SpecialFunctions = "1, 2" julia = "1.6"