Skip to content

Commit

Permalink
ignore missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Sep 18, 2023
1 parent 006c4f6 commit d249723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ using Malt
makedocs(
sitename = "Malt",
format = Documenter.HTML(),
modules = [Malt]
modules = [Malt],
warnonly = [:missing_docs],
)

# Documenter can also automatically deploy documentation to gh-pages.
Expand Down

0 comments on commit d249723

Please sign in to comment.