Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Distances = "0.10"
Documenter = "0.27"
Documenter = "0.27, 1"
KernelFunctions = "0.10"
Kronecker = "0.4, 0.5"
PDMats = "0.11"
Expand Down
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