Skip to content

Commit 0cd4e56

Browse files
committed
Fix docs.
1 parent 12db8dd commit 0cd4e56

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "1.7"

docs/make.jl

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,12 @@ using Atomix
33

44
makedocs(
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

2610
deploydocs(
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
)

0 commit comments

Comments
 (0)