diff --git a/docs/make.jl b/docs/make.jl index 3c9b9dd..60f77a5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,8 +7,9 @@ DocMeta.setdocmeta!(ComplexPlots, :DocTestSetup, :(using ComplexPlots); recursiv makedocs(; modules=[ComplexPlots], authors="Toby Driscoll", - repo="https://github.com/complexvariables/ComplexPlots.jl.git", + repo=Remotes.GitHub("complexvariables", "ComplexPlots.jl"), sitename="ComplexPlots.jl", + checkdocs=:exports, format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", canonical="https://complexvariables.github.io/ComplexPlots.jl",