Skip to content

Commit b1095a9

Browse files
committed
Update make.jl
1 parent db774a5 commit b1095a9

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/make.jl

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
using Documenter, BlockBandedMatrices
22

3-
makedocs(modules=[BlockBandedMatrices],
4-
doctest = true,
5-
clean = true,
6-
format = :html,
7-
sitename = "BlockBandedMatrices.jl",
8-
authors = "Sheehan Olver",
9-
pages = Any[
10-
"Home" => "index.md"
11-
]
12-
)
3+
makedocs(
4+
modules = [BlockBandedMatrices],
5+
sitename = "BlockBandedMatrices.jl",
6+
strict = VERSION.major == 1 && sizeof(Int) == 8, # only strict mode on 1.0 and Int64
7+
pages = Any[
8+
"Home" => "index.md"
9+
]
10+
)
1311

1412

1513
deploydocs(

0 commit comments

Comments
 (0)