diff --git a/docs/make.jl b/docs/make.jl index 1255857e0..543271b34 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -40,7 +40,8 @@ makedocs( authors="Rafael Schouten et al.", clean=true, doctest=true, - strict=[ + strict=false, + # [ # :doctest, # :linkcheck, # :parse_error, @@ -48,7 +49,7 @@ makedocs( # 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") )