From d24972323ca63be439a0a0cab262d39a01bb65e1 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Mon, 18 Sep 2023 11:47:36 +0200 Subject: [PATCH] ignore missing docs --- doc/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/make.jl b/doc/make.jl index ff10fdc..8704550 100644 --- a/doc/make.jl +++ b/doc/make.jl @@ -4,7 +4,8 @@ using Malt makedocs( sitename = "Malt", format = Documenter.HTML(), - modules = [Malt] + modules = [Malt], + warnonly = [:missing_docs], ) # Documenter can also automatically deploy documentation to gh-pages.