From 97bdfc9272c6d3d970ec8c856d3afa9d229ccb7d Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 18 Jul 2024 22:36:39 +0530 Subject: [PATCH] Update Documenter version (#391) * Update Documenter * check exports --------- Co-authored-by: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Co-authored-by: nhz2 --- 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..7fcb0670 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,6 +15,7 @@ makedocs( "world_age_issue.md", "reference.md", ], + checkdocs = :exports, ) deploydocs(