Skip to content

Commit dd4f9a1

Browse files
update make for documenter 1.x
1 parent 3149c66 commit dd4f9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(
88
modules = [RegularizedOptimization],
99
doctest = true,
1010
# linkcheck = true,
11-
warnonly = [],
11+
warnonly = false,
1212
format = Documenter.HTML(
1313
assets = ["assets/style.css"],
1414
prettyurls = get(ENV, "CI", nothing) == "true",

0 commit comments

Comments
 (0)