We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de0d4c commit bf6e39bCopy full SHA for bf6e39b
docs/make.jl
@@ -1,6 +1,6 @@
1
# Use
2
#
3
-# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [fixdoctests]
+# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [nonstrict] [fixdoctests]
4
5
# for local builds.
6
@@ -12,7 +12,7 @@ makedocs(
12
modules = [UpROOT],
13
format = Documenter.HTML(
14
prettyurls = !("local" in ARGS),
15
- canonical = "https://JuliaHEP.github.io/ShapesOfVariables.jl/stable/"
+ canonical = "https://juliahep.github.io/UpROOT.jl/stable/"
16
),
17
pages=[
18
"Home" => "index.md",
@@ -21,7 +21,7 @@ makedocs(
21
],
22
doctest = ("fixdoctests" in ARGS) ? :fix : true,
23
linkcheck = ("linkcheck" in ARGS),
24
- strict = !("local" in ARGS),
+ strict = !("nonstrict" in ARGS),
25
)
26
27
deploydocs(
0 commit comments