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 d956bcd commit d3f57ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ task:
matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-2
env:
matrix:
- JULIA_VERSION: 1.6
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparseMatrixCollection = "ac199af8-68bc-55b8-82c4-7abd6f96ed98"

[compat]
Documenter = "=0.27.5"
Documenter = "1.0"
LinearOperators = "~2.2.1"
SuiteSparseMatrixCollection = "~0.5.3"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ makedocs(
modules = [Krylov],
doctest = true,
linkcheck = true,
strict = true,
format = Documenter.HTML(assets = ["assets/style.css"],
ansicolor = true,
prettyurls = get(ENV, "CI", nothing) == "true",
Expand Down

0 comments on commit d3f57ca

Please sign in to comment.