Skip to content

Commit

Permalink
[documentation] Update Documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 23, 2023
1 parent 51eec8d commit 34e9c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.25"
Documenter = "1.0"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ using Documenter, LimitedLDLFactorizations
makedocs(
modules = [LimitedLDLFactorizations],
doctest = true,
# linkcheck = true,
strict = true,
linkcheck = true,
format = Documenter.HTML(
assets = ["assets/style.css"],
prettyurls = get(ENV, "CI", nothing) == "true",
Expand Down

0 comments on commit 34e9c36

Please sign in to comment.