Skip to content

Commit

Permalink
Remove strict argument
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Sep 24, 2023
1 parent e047f40 commit 3323dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ makedocs(;
"Design" => "design.md",
"Examples" => JuliaGPsDocs.find_generated_examples(KernelFunctions),
],
strict=true,
checkdocs=:exports,
doctestfilters=JuliaGPsDocs.DOCTEST_FILTERS,
)
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
AxisArrays = "0.4.3"
Compat = "3, 4"
Distances = "0.10"
Documenter = "0.25, 0.26, 0.27"
Documenter = "0.25, 0.26, 0.27, 1"
FiniteDifferences = "0.10.8, 0.11, 0.12"
ForwardDiff = "0.10"
Functors = "0.2, 0.3, 0.4"
Expand Down

0 comments on commit 3323dfe

Please sign in to comment.