Skip to content

Commit

Permalink
mk/ testing changes in make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusKaiss committed Sep 25, 2024
1 parent 30130eb commit 604fa92
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 604fa92

Please sign in to comment.