diff --git a/docs/make.jl b/docs/make.jl index 7b4955495..77fe1235f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -103,7 +103,7 @@ makedocs( ], ], # FIXME remove warnonly option once :missing_docs and :cross_references fixes are done - warnonly = Documenter.except(:autodocs_block, :docs_block, :doctest, :linkcheck, :eval_block, :example_block, :footnote, :linkcheck_remotes, :meta_block, :parse_error, :setup_block), # , :cross_references, :missing_docs + warnonly = Documenter.except(:cross_references, :missing_docs, :autodocs_block, :docs_block, :doctest, :linkcheck, :eval_block, :example_block, :footnote, :linkcheck_remotes, :meta_block, :parse_error, :setup_block), # html_prettyurls = !("local" in ARGS), ) # The possible Symbol values that can be passed to the function are: :autodocs_block, :cross_references, :docs_block, :doctest, :eval_block, :example_block, :footnote, :linkcheck_remotes, :linkcheck, :meta_block, :missing_docs, :parse_error, and :setup_block.