Skip to content

Commit bf6e39b

Browse files
committed
Improve docs/make.jl
1 parent 5de0d4c commit bf6e39b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use
22
#
3-
# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [fixdoctests]
3+
# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [nonstrict] [fixdoctests]
44
#
55
# for local builds.
66

@@ -12,7 +12,7 @@ makedocs(
1212
modules = [UpROOT],
1313
format = Documenter.HTML(
1414
prettyurls = !("local" in ARGS),
15-
canonical = "https://JuliaHEP.github.io/ShapesOfVariables.jl/stable/"
15+
canonical = "https://juliahep.github.io/UpROOT.jl/stable/"
1616
),
1717
pages=[
1818
"Home" => "index.md",
@@ -21,7 +21,7 @@ makedocs(
2121
],
2222
doctest = ("fixdoctests" in ARGS) ? :fix : true,
2323
linkcheck = ("linkcheck" in ARGS),
24-
strict = !("local" in ARGS),
24+
strict = !("nonstrict" in ARGS),
2525
)
2626

2727
deploydocs(

0 commit comments

Comments
 (0)