Skip to content

Commit

Permalink
fix: drop strict (depreciated) and add compat for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Dec 15, 2023
1 parent dd71030 commit 3da62ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Example = "4b09cd0b-9172-4840-a79f-b48550c7f881"
PkgJogger = "10150987-6cc1-4b76-abee-b1c1cbd91c01"

[compat]
Documenter = "1.2"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ makedocs(;
"Continuous Benchmarking" => "ci.md",
"Reference" => "reference.md",
],
strict=true,
checkdocs=:all,
)

deploydocs(;
Expand Down

0 comments on commit 3da62ff

Please sign in to comment.