From c5ade6dd8f7ed2153d3b5adc1365cb2ddbac0c01 Mon Sep 17 00:00:00 2001 From: Andrea Pasquale Date: Mon, 4 Dec 2023 22:00:13 +0100 Subject: [PATCH] update structure --- docs/make.jl | 2 +- docs/makeall.jl | 20 ++++++-------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index ad3af7ef..f8a4c7df 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ const CI = get(ENV, "CI", "false") == "true" makedocs(; authors="Andrea Pasquale and Michele Ceresoli ", - sitename="JSMD", + sitename="JSMD Docs", modules=[JSMDocs], format=Documenter.HTML(; prettyurls=CI, diff --git a/docs/makeall.jl b/docs/makeall.jl index 29bad5fb..6ea61d0d 100644 --- a/docs/makeall.jl +++ b/docs/makeall.jl @@ -12,24 +12,16 @@ Building aggregate site into: $(outpath) external_urls = Dict() -# docs = Any[ -# MultiDocumenter.MultiDocRef( -# upstream = joinpath(clonedir, "Home"), -# path = "home", -# name = "Home", -# giturl = "https://github.com/JuliaSpaceMissionDesign/JSMDocs.jl.git")] - docs = Any[ MultiDocumenter.MultiDocRef( - upstream = joinpath(@__DIR__,"build"), # if docs build this is the default - path = "juliamanifolds", # where to put that in the final out folder - name = "Home", # menu entry - giturl = "", # something? - branch = "", # maybe necessary not sure? - fix_canonical_url = false, # this seems to fix the error from above, but since it is not documented I do not know what it does. + upstream = joinpath(@__DIR__,"build"), + path = "home", + name = "Home", + giturl = "", + branch = "", + fix_canonical_url = false, ) ] -# docs = Any[] # Ordering Matters! docsmodules = [