File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,3 @@ GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
5
5
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
6
6
NetworkLayout = " 46757867-2c16-5918-afeb-47bfcb05e46a"
7
7
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
-
9
- [compat ]
10
- Documenter = " 1"
Original file line number Diff line number Diff line change @@ -13,8 +13,18 @@ makedocs(; modules=[NetworkLayout],
13
13
canonical= " https://juliagraphs.org/NetworkLayout.jl" , assets= String[]),
14
14
pages= [" Home" => " index.md" ,
15
15
" Interface" => " interface.md" ],
16
- warnonly= [:missing_docs ],
17
- )
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 ])
18
28
19
29
# if gh_pages branch gets to big, check out
20
30
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#gh-pages-Branch
You can’t perform that action at this time.
0 commit comments