From eb987a51d618f6bbe961d8133b97f4085b4434ec Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 4 Jun 2024 21:07:06 -0400 Subject: [PATCH 1/2] Update Documenter --- docs/Project.toml | 2 +- docs/make.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f100b5c6..8498d31b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -5,5 +5,5 @@ ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19" PNGFiles = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883" [compat] -Documenter = "0.26" +Documenter = "1" HTTP = "0.9" diff --git a/docs/make.jl b/docs/make.jl index b340552d..cc8979b5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,6 +15,7 @@ makedocs( "world_age_issue.md", "reference.md", ], + checkdocs = :none ) deploydocs( From 26a485189037f6d248d6a05d2329e9a21a8d0c56 Mon Sep 17 00:00:00 2001 From: nhz2 Date: Thu, 18 Jul 2024 13:00:26 -0400 Subject: [PATCH 2/2] check exports --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index cc8979b5..7fcb0670 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,7 +15,7 @@ makedocs( "world_age_issue.md", "reference.md", ], - checkdocs = :none + checkdocs = :exports, ) deploydocs(