Skip to content

Commit a68aa5b

Browse files
committed
bump Documenter to 1.0
1 parent d842e03 commit a68aa5b

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
55
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
66
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
9+
[compat]
10+
Documenter = "1"

docs/make.jl

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,8 @@ makedocs(; modules=[NetworkLayout],
1313
canonical="https://juliagraphs.org/NetworkLayout.jl", assets=String[]),
1414
pages=["Home" => "index.md",
1515
"Interface" => "interface.md"],
16-
strict=[:autodocs_block,
17-
:cross_references,
18-
:docs_block,
19-
:doctest,
20-
:eval_block,
21-
:example_block,
22-
:footnote,
23-
:linkcheck,
24-
:meta_block,
25-
#:missing_docs,
26-
:parse_error,
27-
:setup_block])
16+
warnonly=[:missing_docs],
17+
)
2818

2919
# if gh_pages branch gets to big, check out
3020
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#gh-pages-Branch

0 commit comments

Comments
 (0)