diff --git a/docs/make.jl b/docs/make.jl index ccdf86b..46d8d3a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,14 +7,14 @@ DocMeta.setdocmeta!( recursive=true, ) -makedocs(modules=[DiffRules], - sitename = "DiffRules", - pages = ["Documentation" => "index.md"], - format = Documenter.HTML( - prettyurls = get(ENV, "CI", nothing) == "true" - ), - strict=true, - checkdocs=:exports, +makedocs( + modules=[DiffRules], + sitename = "DiffRules", + pages = ["Documentation" => "index.md"], + format = Documenter.HTML( + prettyurls = get(ENV, "CI", nothing) == "true" + ), + checkdocs=:exports, ) deploydocs(; repo="github.com/JuliaDiff/DiffRules.jl", push_preview=true)