Skip to content

Commit e02ab73

Browse files
committed
next try
1 parent 743653d commit e02ab73

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/make.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod);
1212
makedocs(;
1313
modules=[VortexStepMethod],
1414
authors="Uwe Fechner <[email protected]>, Bart van de Lint <[email protected]> and contributors",
15-
repo="https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/{commit}{path}#{line}",
1615
sitename="VortexStepMethod.jl",
1716
checkdocs=:none,
18-
format=Documenter.HTML(;
19-
prettyurls=get(ENV, "CI", "false") == "true",
20-
canonical="https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl",
21-
assets=String[],
22-
),
17+
format = Documenter.HTML(prettyurls = haskey(ENV, "CI")),
2318
pages=[
2419
"Home" => "index.md",
2520
"Exported Functions" => "functions.md",

0 commit comments

Comments
 (0)