Skip to content

Commit

Permalink
add strict=true
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 29, 2023
1 parent df3a010 commit 3c0b443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ using BoxCox
makedocs(; root=joinpath(dirname(pathof(BoxCox)), "..", "docs"),
sitename="BoxCox",
doctest=true,
strict=true,
pages=["index.md", "api.md"])

deploydocs(; repo="github.com/palday/BoxCox.jl", push_preview=true, devbranch="main")

0 comments on commit 3c0b443

Please sign in to comment.