From 983a15b3ed519177d33107d90e940090218f466c Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:22:34 -0400 Subject: [PATCH] Turn missing docstring errors into warnings --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index aa018aec9..81d2eebe3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -42,11 +42,11 @@ makedocs( "assets/styles.css", ], ), - pages=fullpages + pages=fullpages, + warnonly=[:missing_docs], ) - deploydocs(; repo = "github.com/JuliaAstro/JuliaAstro.github.io", push_preview = true,