From 00c7e8c330a8ea012c0ecf27bab8ab0902db13df Mon Sep 17 00:00:00 2001 From: Essam Date: Thu, 5 Oct 2023 17:30:59 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Small=20variable=20correction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 0eb77c94..4b774bb7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -35,7 +35,7 @@ makedocs(sitename = "Imbalance.jl", ], "Contributing" => "contributing.md", "About" => "about.md"], - warn_only=true + warnonly=true )