Skip to content

Commit bf258d9

Browse files
committed
Add assets, prettyurls
1 parent b6644ca commit bf258d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ makedocs(modules = [Metalhead, Artifacts, LazyArtifacts, Images, OneHotArrays, D
1414
"api/models.md",
1515
],
1616
],
17-
# format = Documenter.HTML(
18-
# canonical = "https://fluxml.ai/Metalhead.jl/stable/",
19-
# analytics = "UA-36890222-9",
20-
# assets = ["assets/flux.css"],
21-
# prettyurls = get(ENV, "CI", nothing) == "true"),
17+
format = Documenter.HTML(
18+
# canonical = "https://fluxml.ai/Metalhead.jl/stable/",
19+
# analytics = "UA-36890222-9",
20+
assets = ["assets/flux.css"],
21+
prettyurls = get(ENV, "CI", nothing) == "true"),
2222
)
2323

2424
deploydocs(repo = "github.com/Saransh-cpp/Metalhead.jl.git",

0 commit comments

Comments
 (0)