diff --git a/docs/make.jl b/docs/make.jl index 4441800..bccbff9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,18 +9,23 @@ using Documenter makedocs(; modules = [Quiver], - doctest = false, + doctest = true, clean = true, - format = Documenter.HTML(; - mathengine = Documenter.MathJax2(), - prettyurls = false, - canonical = "https://documenter.quiver.juliadocs.org/stable/", - # Prevents the edit on github button from showing up - edit_link = nothing, - footer = nothing, - disable_git = true, - repolink = nothing, - ), + format = Documenter.HTML(; mathengine = Documenter.MathJax2()), + sitename = "PSRClassesInterface.jl", + authors = "psrenergy", + # format = Documenter.HTML(; + # mathengine = Documenter.MathJax2(), + # prettyurls = false, + # # canonical = "https://documenter.quiver.juliadocs.org/stable/", + # sitename = "PSRClassesInterface.jl", + # authors = "psrenergy", + # # Prevents the edit on github button from showing up + # # edit_link = nothing, + # # footer = nothing, + # # disable_git = true, + # # repolink = nothing, + # ), sitename = "Quiver.jl", warnonly = true, pages = [