Skip to content

Commit

Permalink
empty strict
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 24, 2023
1 parent 40a39c6 commit 07b9c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ makedocs(
authors="Rafael Schouten et al.",
clean=true,
doctest=true,
# strict=[
strict=[
# :doctest,
# :linkcheck,
# :parse_error,
# :example_block,
# Other available options are
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block,
# :footnote, :meta_block, :missing_docs, :setup_block
# ],
],
checkdocs=:all, format=Markdown(), draft=false,
build=joinpath(@__DIR__, "docs")
)
Expand Down

0 comments on commit 07b9c6d

Please sign in to comment.