Skip to content

Commit

Permalink
Add fix=false to doctest() (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshlinHarris authored Aug 9, 2022
1 parent d588185 commit 36a04b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ makedocs(;
sitename="PreprocessMD",
pages=["Home" => "index.md"],
strict=true,
doctest = true
doctest=true,
fix=false, #Set fix=true to update outdated doctests or generate new output
)

deploydocs(; repo="github.com/bcbi/PreprocessMD.jl", devbranch="main")

0 comments on commit 36a04b1

Please sign in to comment.