From c0f03b9e65977d7e18752545bdab4958d1255994 Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Tue, 5 Mar 2024 14:16:27 +0000 Subject: [PATCH 1/2] Remove attempt to detect `fieldnames` for functions which lead to error --- EpiAware/src/docstrings.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/EpiAware/src/docstrings.jl b/EpiAware/src/docstrings.jl index 9395ba66a..6866bf8db 100644 --- a/EpiAware/src/docstrings.jl +++ b/EpiAware/src/docstrings.jl @@ -8,9 +8,6 @@ --- ## Methods $(METHODLIST) - --- - ## Fields - $(TYPEDFIELDS) """ @template (TYPES) = """ From 15e27b5b4bd379f231dd241bce398fd2d69824fe Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Tue, 5 Mar 2024 14:47:09 +0000 Subject: [PATCH 2/2] make linkchecking a warnonly --- EpiAware/docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpiAware/docs/make.jl b/EpiAware/docs/make.jl index edc0449fc..115806098 100644 --- a/EpiAware/docs/make.jl +++ b/EpiAware/docs/make.jl @@ -7,7 +7,7 @@ include("pages.jl") makedocs(; sitename = "EpiAware.jl", authors = "Samuel Brand, Zachary Susswein, Sam Abbott, and contributors", clean = true, doctest = true, linkcheck = true, - warnonly = [:docs_block, :missing_docs], + warnonly = [:docs_block, :missing_docs, :linkcheck], modules = [EpiAware], pages = pages, format = Documenter.HTML(