Skip to content

Commit 69c1143

Browse files
authored
docs: don't preview the docs
1 parent c9d9df3 commit 69c1143

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/make.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ makedocs(;
99
repo = "https://github.com/YingboMa/Multibody.jl/blob/{commit}{path}#{line}",
1010
sitename = "Multibody.jl",
1111
format = Documenter.HTML(;
12-
prettyurls = get(ENV, "CI", "false") == "true",
13-
canonical = "https://YingboMa.github.io/Multibody.jl",
14-
edit_link = "master",
15-
assets = String[]),
12+
prettyurls = get(ENV, "CI", nothing) == "true",
13+
edit_link = nothing,
14+
),
1615
pages = [
1716
"Home" => "index.md",
1817
])

0 commit comments

Comments
 (0)