Skip to content

Commit 17881f2

Browse files
committed
use makedocs(strict=true)
1 parent 0b7f77f commit 17881f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ makedocs(modules = [Polynomials],
88
authors = "Jameson Nash, Keno Fischer, and other contributors",
99
pages = [
1010
"Manual" => "index.md",
11-
]
11+
],
12+
strict=true
1213
)
1314

1415
deploydocs(repo = "github.com/JuliaMath/Polynomials.jl.git")

0 commit comments

Comments
 (0)