Skip to content

Commit

Permalink
mk/ testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusKaiss committed Sep 25, 2024
1 parent aa4a134 commit f98619b
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,17 @@ using Documenter

makedocs(;
modules = [Quiver],
doctest = true,
doctest = false,
clean = true,
format = Documenter.HTML(; mathengine = Documenter.MathJax2()),
sitename = "Quiver.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,
format = Documenter.HTML(;
mathengine = Documenter.MathJax2(),
prettyurls = false,
# Prevents the edit on github button from showing up
edit_link = nothing,
footer = nothing,
disable_git = true,
repolink = nothing,
),
pages = [
"Home" => [
"Overview" => "home.md",
Expand Down

0 comments on commit f98619b

Please sign in to comment.