Skip to content

Commit

Permalink
Merge pull request #3 from Red-Portal/main
Browse files Browse the repository at this point in the history
fix doc urls
  • Loading branch information
Red-Portal authored May 25, 2024
2 parents 3eeb23d + a98e5f3 commit 72479ed
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,11 +6,11 @@ DocMeta.setdocmeta!(SliceSampling, :DocTestSetup, :(using SliceSampling); recurs
makedocs(;
modules=[SliceSampling],
authors="Kyurae Kim <[email protected]> and contributors",
repo="https://github.com/Red-Portal/SliceSampling.jl/blob/{commit}{path}#{line}",
repo="https://github.com/TuringLang/SliceSampling.jl/blob/{commit}{path}#{line}",
sitename="SliceSampling.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://Red-Portal.github.io/SliceSampling.jl",
canonical="https://TuringLang.org/SliceSampling.jl",
edit_link="main",
assets=String[],
),
Expand All @@ -23,6 +23,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/Red-Portal/SliceSampling.jl",
repo="github.com/TuringLang/SliceSampling.jl",
push_preview=true
)

0 comments on commit 72479ed

Please sign in to comment.