From 9d78a317a28e45c08abcde4348cab455778024e4 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Wed, 20 Sep 2023 10:21:18 -0400 Subject: [PATCH 1/2] Update Documenter version --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 981de5a..b227509 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae" [compat] -Documenter = "~0.20" +Documenter = "~1.0" From 6bcdd02c18c40650efb6241a6ff3c809c5908b70 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Wed, 20 Sep 2023 12:53:49 -0400 Subject: [PATCH 2/2] try to make primes visible --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index db923fe..91e49a2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,5 +1,6 @@ using Documenter, Primes +DocMeta.setdocmeta!(Primes, :DocTestSetup, :(using Primes); recursive = true) makedocs( modules = [Primes], sitename = "Primes.jl",