diff --git a/docs/make.jl b/docs/make.jl index 8bb92404..5358d755 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -27,10 +27,8 @@ makedocs( checkdocs = :none, warnonly = [:cross_references], format = Documenter.HTML( - collapselevel = 1, - prettyurls = true, - canonical = "https://gianlucafuwa.github.io/MetaQCD/gpu/", + canonical = "https://gianlucafuwa.github.io/MetaQCD/", ), ) -deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl.git") \ No newline at end of file +deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl") \ No newline at end of file