From cbc86416172563faba2edc125f321137ad371fc2 Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 23 Oct 2023 15:27:17 +0200 Subject: [PATCH 1/3] Bump DataFrames in doc --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 28a87196..0fdaa1f7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,7 +7,7 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" [compat] -DataFrames = "^0.21" +DataFrames = "1" Documenter = "~0.24" LaTeXTabulars = "^0.1.0" Plots = "1" From 7d860dd091f38a3ff2a31cd313b922a2c51a075b Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 23 Oct 2023 15:43:43 +0200 Subject: [PATCH 2/3] Bump Documenter --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 0fdaa1f7..8de11e77 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,7 +8,7 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" [compat] DataFrames = "1" -Documenter = "~0.24" +Documenter = "1" LaTeXTabulars = "^0.1.0" Plots = "1" PrettyTables = "1.0" From 07545c3ae7224ae951277d470f13c069aa6ad651 Mon Sep 17 00:00:00 2001 From: tmigot Date: Mon, 23 Oct 2023 17:54:01 +0200 Subject: [PATCH 3/3] Remove strict kwargs in makedoc --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 468debaf..bdcc688c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,6 @@ makedocs( checkdocs = :exports, doctest = true, linkcheck = true, - strict = true, format = Documenter.HTML( assets = ["assets/style.css"], prettyurls = get(ENV, "CI", nothing) == "true",