From 9f7817ee3e7661ddbfc14125e027564152240284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vezy?= Date: Fri, 24 May 2024 18:05:18 +0200 Subject: [PATCH] Update make.jl --- docs/make.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6d7414b..85971a1 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,12 +6,13 @@ DocMeta.setdocmeta!(PlantGeom, :DocTestSetup, :(using PlantGeom; using MultiScal makedocs(; modules=[PlantGeom], - authors="remi.vezy and contributors", - repo="https://github.com/VEZY/PlantGeom.jl/blob/{commit}{path}#{line}", + authors="RĂ©mi Vezy 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=[ @@ -28,6 +29,6 @@ makedocs(; ) deploydocs(; - repo="github.com/VEZY/PlantGeom.jl", + repo="github.com/VEZY/PlantGeom.jl.git", devbranch="main" )