Skip to content

Commit 54bdc4e

Browse files
authored
add compat setting for Documenter and remove strict keyword of makedocs (#59)
1 parent cb9cf25 commit 54bdc4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5"
4+
5+
[compat]
6+
Documenter = "1"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ makedocs(;
1515
"Home" => "index.md",
1616
"Public API" => "public-api.md",
1717
"Internals (Private)" => "internals.md",
18-
],
19-
strict=true,
18+
]
2019
)
2120

2221
deploydocs(;

0 commit comments

Comments
 (0)