From 2c6d8041962fa10ad1416c3cc6f80db454f0636d Mon Sep 17 00:00:00 2001 From: EdwardBerman <10emb29@gmail.com> Date: Fri, 2 Aug 2024 14:20:48 -0400 Subject: [PATCH] . --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 434e12b..fafef35 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,6 @@ makedocs( source = "source", format = Documenter.HTML(prettyurls=false), sitename = "CosmoCorr.jl", - modules = [CosmoCorr], pages = [ "Introduction" => "index.md", "Algorithms" => [ @@ -18,3 +17,5 @@ makedocs( deploydocs( repo = "https://github.com/EdwardBerman/CosmoCorr.git", ) + +# specify under sitename when the module is published in pkg: modules = [CosmoCorr],