File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 11[deps ]
22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+ [compat ]
5+ Documenter = " 1.7"
Original file line number Diff line number Diff line change @@ -3,30 +3,12 @@ using Atomix
33
44makedocs (
55 sitename = " Atomix" ,
6- format = Documenter. HTML (),
76 modules = [Atomix],
8- strict = [
9- :autodocs_block ,
10- :cross_references ,
11- :docs_block ,
12- :doctest ,
13- :eval_block ,
14- :example_block ,
15- :footnote ,
16- :linkcheck ,
17- :meta_block ,
18- # :missing_docs,
19- :parse_error ,
20- :setup_block ,
21- ],
22- # Ref:
23- # https://juliadocs.github.io/Documenter.jl/stable/lib/public/#Documenter.makedocs
7+ warnonly = :missing_docs
248)
259
2610deploydocs (
2711 repo = " github.com/JuliaConcurrent/Atomix.jl" ,
2812 devbranch = " main" ,
2913 push_preview = true ,
30- # Ref:
31- # https://juliadocs.github.io/Documenter.jl/stable/lib/public/#Documenter.deploydocs
3214)
You can’t perform that action at this time.
0 commit comments