We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86b3cc commit 62e2644Copy full SHA for 62e2644
1 file changed
docs/make.jl
@@ -35,6 +35,7 @@ withenv("COLUMNS" => 90) do
35
assets=[joinpath("assets", "citations.css")],
36
),
37
pages=["Home" => "index.md", "API" => "api.md", "References" => "references.md"],
38
+ warnonly=[:missing_docs],
39
plugins=[bib, links],
40
)
41
end
0 commit comments