Skip to content

Commit

Permalink
Add warnonly=true flag for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Oct 8, 2023
1 parent 92ae34c commit fc65877
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ example_docpages = map(example_docfiles) do f
name_lookup[docpage] => joinpath("examples", docpage)
end

makedocs(modules=modules,
sitename="CryoGrid.jl",
authors="Brian Groenke, Moritz Langer, Jan Nitzbon",
format=Documenter.HTML(
makedocs(
modules=modules,
sitename="CryoGrid.jl",
authors="Brian Groenke, Moritz Langer, Jan Nitzbon",
format=Documenter.HTML(
prettyurls=!IS_LOCAL,
canonical = "https://cryogrid.github.io/CryoGrid.jl/v0",
),
warnonly=true, # don't fail when there are errors
pages=["Home" => "index.md",
"Installation" => "installation.md",
"Getting Started" => "quickstart.md",
Expand Down

0 comments on commit fc65877

Please sign in to comment.