From e7cd789855a751be9d5f103aa06e0bf184058d22 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 22 Mar 2024 11:41:07 -0500 Subject: [PATCH] bump Documenter compat (#759) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 299dc45a5..aa29942f9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,7 +16,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] BenchmarkTools = "1" DataFrames = "1" -Documenter = "0.26,0.27" +Documenter = "1.3" FreqTables = "0.4" Gadfly = "1" StatsAPI = "1.5"