Skip to content

Commit 1031813

Browse files
committed
Update to Documenter.jl v0.22
Also improve docs/make.jl.
1 parent dd908ec commit 1031813

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
44

55
[compat]
6-
Documenter = "~0.21"
6+
Documenter = "~0.22"

docs/make.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ makedocs(
1212
modules = [BitOperations],
1313
format = Documenter.HTML(
1414
prettyurls = !("local" in ARGS),
15-
canonical = "https://oschulz.github.io/ShapesOfVariables.jl/stable/"
15+
canonical = "https://oschulz.github.io/BitOperations.jl/stable/"
1616
),
1717
pages=[
1818
"Home" => "index.md",
1919
"API" => "api.md",
2020
"LICENSE" => "LICENSE.md",
2121
],
2222
doctest = ("fixdoctests" in ARGS) ? :fix : true,
23+
linkcheck = ("linkcheck" in ARGS),
24+
strict = !("local" in ARGS),
2325
)
2426

2527
deploydocs(

0 commit comments

Comments
 (0)