From d9e3b27138346a63c9d9b57319683355a6cdb3d2 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Sun, 1 Sep 2024 11:46:43 +0200 Subject: [PATCH] no warnonly --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 627590fc..8bb93809 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,6 @@ using YAXArrays makedocs(; sitename="YAXArrays.jl", authors="Fabian Gans et al.", modules=[YAXArrays], - warnonly = true, # error due to [select page](./UserGuide/select) check checkdocs=:all, format=DocumenterVitepress.MarkdownVitepress( repo = "github.com/JuliaDataCubes/YAXArrays.jl", # this must be the full URL!