From d268440ed6a8c95b50581a1e7880e5452a057a21 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 1 Apr 2026 22:53:52 +1300 Subject: [PATCH 1/3] whitespace --- src/MLJWrappers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MLJWrappers.jl b/src/MLJWrappers.jl index 04462b0..75aace3 100644 --- a/src/MLJWrappers.jl +++ b/src/MLJWrappers.jl @@ -8,7 +8,7 @@ Module providing various light-weight model wrappers for them behave as transformers in pipelines """ -module MLJWrappers +module MLJWrappers import MLJModelInterface as MMI From a4dd8523274c52e0856a9eb1bb5d7c065e930c16 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 1 Apr 2026 23:02:08 +1300 Subject: [PATCH 2/3] try again --- docs/make.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index 13f93eb..e365f85 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,5 +24,7 @@ makedocs( deploydocs( ; repo=REPO, devbranch="dev", + devurl = "dev", + versions = ["stable" => "v^", "dev" => "dev"], push_preview=true, ) From e130dff08eb5f9e53ac43b7815d3efd0fcbc5841 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Thu, 2 Apr 2026 07:40:41 +1300 Subject: [PATCH 3/3] again --- docs/make.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index e365f85..66285b2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,7 +24,5 @@ makedocs( deploydocs( ; repo=REPO, devbranch="dev", - devurl = "dev", - versions = ["stable" => "v^", "dev" => "dev"], - push_preview=true, + push_preview=false, )