Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
albertpod authored Jan 10, 2024
1 parent e6575c6 commit 1aaac7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ DocMeta.setdocmeta!(FastCholesky, :DocTestSetup, :(using FastCholesky, LinearAlg
makedocs(;
modules=[FastCholesky],
authors="Bart van Erp <[email protected]>, Bagaev Dmitry <[email protected]> and contributors",
repo="https://github.com/biaslab/FastCholesky.jl/blob/{commit}{path}#{line}",
repo="https://github.com/reactivebayes/FastCholesky.jl/blob/{commit}{path}#{line}",
sitename="FastCholesky.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://biaslab.github.io/FastCholesky.jl",
canonical="https://reactivebayes.github.io/FastCholesky.jl",
edit_link="main",
assets=String[],
),
pages=["Home" => "index.md"],
)

deploydocs(; repo="github.com/biaslab/FastCholesky.jl", devbranch="main")
deploydocs(; repo="github.com/reactivebayes/FastCholesky.jl", devbranch="main")

0 comments on commit 1aaac7f

Please sign in to comment.