Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed May 24, 2024
1 parent 74c3c2c commit 9f7817e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ DocMeta.setdocmeta!(PlantGeom, :DocTestSetup, :(using PlantGeom; using MultiScal

makedocs(;
modules=[PlantGeom],
authors="remi.vezy <[email protected]> and contributors",
repo="https://github.com/VEZY/PlantGeom.jl/blob/{commit}{path}#{line}",
authors="Rémi Vezy <[email protected]> and contributors",
repo=Documenter.Remotes.GitHub("VEZY", "PlantGeom.jl"),
sitename="PlantGeom.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://VEZY.github.io/PlantGeom.jl",
edit_link="main",
assets=String[]
),
pages=[
Expand All @@ -28,6 +29,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/VEZY/PlantGeom.jl",
repo="github.com/VEZY/PlantGeom.jl.git",
devbranch="main"
)

0 comments on commit 9f7817e

Please sign in to comment.