Skip to content

Commit cfd2efa

Browse files
committed
[documentation] Update Documenter.jl
1 parent 80e20ea commit cfd2efa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "~0.27"
5+
Documenter = "1.0"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ using Documenter, LinearOperators
33
makedocs(
44
modules = [LinearOperators],
55
doctest = true,
6-
# linkcheck = true,
7-
strict = true,
6+
linkcheck = true,
87
format = Documenter.HTML(
98
assets = ["assets/style.css"],
109
ansicolor = true,

0 commit comments

Comments
 (0)