diff --git a/docs/make.jl b/docs/make.jl index d0d87edd6..cf5e0575b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,6 +18,8 @@ makedocs( "Configuration File" => "config.md", "API Reference" => "api.md", ], + strict = false, + warnonly = true, ) deploydocs(repo = "github.com/domluna/JuliaFormatter.jl.git", push_preview = true)