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 1a3eb65 commit c5fffa7Copy full SHA for c5fffa7
docs/make.jl
@@ -12,7 +12,8 @@ makedocs(; modules=[NetworkLayout],
12
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",
13
canonical="https://juliagraphs.org/NetworkLayout.jl", assets=String[]),
14
pages=["Home" => "index.md",
15
- "Interface" => "interface.md"])
+ "Interface" => "interface.md"],
16
+ warnonly=[:missing_docs])
17
18
# if gh_pages branch gets to big, check out
19
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#gh-pages-Branch
0 commit comments