From be963650ada0e4ce06c35e5fc8e409ea216de67a Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Mon, 2 Dec 2024 07:00:29 +0100 Subject: [PATCH] Build docs with Documenter v1 (#945) --- docs/Project.toml | 2 +- docs/make.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 525749756..52b12d674 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,4 +4,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index e78affa2a..669df4d83 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -23,7 +23,6 @@ makedocs( "misc.md", "statmodels.md", "transformations.md"], - strict=true, checkdocs=:exports )