Skip to content

Commit 652f5c9

Browse files
github-actions[bot]CompatHelper Juliatheogfsimsuracedevmotion
authored
CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#525)
* CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) * Remove strict argument * Drop old compat Co-authored-by: David Widmann <devmotion@users.noreply.github.com> * Increase size thresholds * Fix formatting Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: theogf <theo.galyfajou@gmail.com> Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> Co-authored-by: David Widmann <devmotion@users.noreply.github.com> Co-authored-by: Simone Carlo Surace <simsurace@gmx.net> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1b4c61 commit 652f5c9

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
88

99
[compat]
1010
Distances = "0.10"
11-
Documenter = "0.27"
11+
Documenter = "1"
1212
KernelFunctions = "0.10"
1313
Kronecker = "0.4, 0.5"
1414
PDMats = "0.11"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DocMeta.setdocmeta!(
2424

2525
makedocs(;
2626
sitename="KernelFunctions.jl",
27-
format=Documenter.HTML(),
27+
format=Documenter.HTML(; size_threshold=10^6, size_threshold_warn=10^6),
2828
modules=[KernelFunctions],
2929
pages=[
3030
"Home" => "index.md",
@@ -37,7 +37,6 @@ makedocs(;
3737
"Design" => "design.md",
3838
"Examples" => JuliaGPsDocs.find_generated_examples(KernelFunctions),
3939
],
40-
strict=true,
4140
checkdocs=:exports,
4241
doctestfilters=JuliaGPsDocs.DOCTEST_FILTERS,
4342
)

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2525
AxisArrays = "0.4.3"
2626
Compat = "3, 4"
2727
Distances = "0.10"
28-
Documenter = "0.25, 0.26, 0.27"
28+
Documenter = "0.25, 0.26, 0.27, 1"
2929
FiniteDifferences = "0.10.8, 0.11, 0.12"
3030
ForwardDiff = "0.10"
3131
Functors = "0.2, 0.3, 0.4, 0.5"

0 commit comments

Comments
 (0)