File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
3
Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
4
4
5
5
[compat ]
6
- Documenter = " ~0.21 "
6
+ Documenter = " ~0.22 "
Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ makedocs(
12
12
modules = [BitOperations],
13
13
format = Documenter. HTML (
14
14
prettyurls = ! (" local" in ARGS ),
15
- canonical = " https://oschulz.github.io/ShapesOfVariables .jl/stable/"
15
+ canonical = " https://oschulz.github.io/BitOperations .jl/stable/"
16
16
),
17
17
pages= [
18
18
" Home" => " index.md" ,
19
19
" API" => " api.md" ,
20
20
" LICENSE" => " LICENSE.md" ,
21
21
],
22
22
doctest = (" fixdoctests" in ARGS ) ? :fix : true ,
23
+ linkcheck = (" linkcheck" in ARGS ),
24
+ strict = ! (" local" in ARGS ),
23
25
)
24
26
25
27
deploydocs (
You can’t perform that action at this time.
0 commit comments