Skip to content

Commit

Permalink
update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapasquale94 committed Dec 4, 2023
1 parent 8e84d57 commit c5ade6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const CI = get(ENV, "CI", "false") == "true"

makedocs(;
authors="Andrea Pasquale <[email protected]> and Michele Ceresoli <[email protected]>",
sitename="JSMD",
sitename="JSMD Docs",
modules=[JSMDocs],
format=Documenter.HTML(;
prettyurls=CI,
Expand Down
20 changes: 6 additions & 14 deletions docs/makeall.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c5ade6d

Please sign in to comment.