From 8c58796fd6cac01b796f2f275556dc26d007f817 Mon Sep 17 00:00:00 2001 From: gaelforget Date: Mon, 8 Apr 2024 13:19:47 -0400 Subject: [PATCH] try without warnonly (??) --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 599c5a25..12eb1d8a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -25,7 +25,6 @@ makedocs(; "API documentation" => "API.md", "Miscellaneous" => "detail.md", ], - warnonly = [:cross_references,:missing_docs], authors="gaelforget ", )