We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d9df3 commit 69c1143Copy full SHA for 69c1143
docs/make.jl
@@ -9,10 +9,9 @@ makedocs(;
9
repo = "https://github.com/YingboMa/Multibody.jl/blob/{commit}{path}#{line}",
10
sitename = "Multibody.jl",
11
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[]),
+ prettyurls = get(ENV, "CI", nothing) == "true",
+ edit_link = nothing,
+ ),
16
pages = [
17
"Home" => "index.md",
18
])
0 commit comments