From aa854a3c6a778ab31cb03657c5c4b3f3dc924943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Mon, 14 Oct 2024 12:12:59 -0500 Subject: [PATCH] First changes to docs --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index cf2b39f..fca3e5e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,7 +13,7 @@ DocMeta.setdocmeta!(BioMarkovChains, :DocTestSetup, :(using BioMarkovChains); re # ) fmt = DocumenterVitepress.MarkdownVitepress( - repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl/", + repo = "https://github.com/BioJulia/BioMarkovChains.jl/", devbranch = "main", ) @@ -27,7 +27,7 @@ pgs = [ makedocs(; modules = [BioMarkovChains], authors = "Camilo GarcĂ­a-Botero", - repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl/", + repo = "https://github.com/BioJulia/BioMarkovChains.jl/", sitename = "BioMarkovChains.jl", format = fmt, pages = pgs, @@ -35,7 +35,7 @@ makedocs(; ) deploydocs(; - repo = "https://github.com/camilogarciabotero/BioMarkovChains.jl", + repo = "https://github.com/BioJulia/BioMarkovChains.jl", devbranch = "main", target = "build", # this is where Vitepress stores its output # branch = "gh-pages",