diff --git a/docs/make.jl b/docs/make.jl index c7f8373..3cf188d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -34,7 +34,7 @@ makedocs( ), checkdocs = :none, warnonly = false, - linkcheck = true, + linkcheck = get(ENV, "CI", "false") == "true", # check links only if running in ci linkcheck_ignore = [r"^mailto:"], )