diff --git a/docs/make.jl b/docs/make.jl index 90480273..5cc0a9b3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,9 +4,7 @@ makedocs(; modules = [Aqua], pages = ["Home" => "index.md"], sitename = "Aqua.jl", - format=Documenter.HTML(; - repolink = "https://github.com/JuliaTesting/Aqua.jl", - ), + format = Documenter.HTML(; repolink = "https://github.com/JuliaTesting/Aqua.jl"), authors = "Takafumi Arakaki", warnonly = true, )