Skip to content

Commit 9051a2e

Browse files
committed
Revert "Try building the docs with strict = true"
This reverts commit c8477c8.
1 parent c8477c8 commit 9051a2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ makedocs(
55
sitename = "SparseArrays",
66
pages = Any[
77
"SparseArrays" => "index.md"
8-
];
9-
strict = true,
8+
]
109
)
1110

1211
deploydocs(repo = "github.com/JuliaLang/SparseArrays.jl.git")

0 commit comments

Comments
 (0)