Skip to content

Commit

Permalink
Bump DataFrames in doc (#144)
Browse files Browse the repository at this point in the history
* Bump DataFrames in doc

* Bump Documenter

* Remove strict kwargs in makedoc
  • Loading branch information
tmigot authored Oct 23, 2023
1 parent ebdf45f commit 3a36297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3a36297

Please sign in to comment.