From 5ab1e53ddb70dc9af8735ae9e1613307e8002954 Mon Sep 17 00:00:00 2001 From: MartinuzziFrancesco Date: Wed, 1 Jan 2025 20:09:49 +0100 Subject: [PATCH] remove docstring warning --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index cc19d2e4..07314e42 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,7 +10,6 @@ include("pages.jl") makedocs(; modules=[ReservoirComputing], sitename="ReservoirComputing.jl", clean=true, doctest=false, linkcheck=true, - warnonly=[:missing_docs], format=Documenter.HTML(; assets=["assets/favicon.ico"], canonical="https://docs.sciml.ai/ReservoirComputing/stable/"), pages=pages)