Skip to content

Commit 62e2644

Browse files
committed
Warn only on missing docs
1 parent c86b3cc commit 62e2644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ withenv("COLUMNS" => 90) do
3535
assets=[joinpath("assets", "citations.css")],
3636
),
3737
pages=["Home" => "index.md", "API" => "api.md", "References" => "references.md"],
38+
warnonly=[:missing_docs],
3839
plugins=[bib, links],
3940
)
4041
end

0 commit comments

Comments
 (0)