From bf27575f5f213f4f859d98daf002bda2c8955365 Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:48:54 -0800 Subject: [PATCH] Restore final checks for make docs --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.