diff --git a/docs/Project.toml b/docs/Project.toml index 28a87196..8de11e77 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,8 +7,8 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" [compat] -DataFrames = "^0.21" -Documenter = "~0.24" +DataFrames = "1" +Documenter = "1" LaTeXTabulars = "^0.1.0" Plots = "1" PrettyTables = "1.0" 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",