From a353bcc874a554faf00fe4db8d7ed9c9a08978b4 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 2 Oct 2023 12:15:47 +0200 Subject: [PATCH] Update docs dependencies (#57) --- docs/Project.toml | 6 +++--- docs/make.jl | 7 ++++--- docs/src/basic-example.jl | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 4c0bd3a..1505ad1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,11 +24,11 @@ CategoricalArrays = "0.10" DataDeps = "0.7" DataFrames = "1" DecisionTree = "0.12" -Documenter = "0.27" +Documenter = "1" EvoTrees = "0.16" LiveServer = "1" -MLJ = "0.19" -MLJBase = "0.21, 1" +MLJ = "0.20" +MLJBase = "1" MLJDecisionTreeInterface = "0.4" PlutoStaticHTML = "6" PlutoUI = "0.7" diff --git a/docs/make.jl b/docs/make.jl index a30a955..4d5a681 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -49,11 +49,12 @@ if do_build_notebooks end prettyurls = is_ci -format = HTML(; mathengine=MathJax3(), prettyurls) +size_threshold_warn = nothing +format = HTML(; mathengine=MathJax3(), prettyurls, size_threshold_warn) modules = [SIRUS] -strict = do_build_notebooks +warnonly = [:cross_references] checkdocs = :none -makedocs(; sitename, pages, format, modules, strict, checkdocs) +makedocs(; sitename, pages, format, modules, warnonly, checkdocs) deploydocs(; branch="docs-output", diff --git a/docs/src/basic-example.jl b/docs/src/basic-example.jl index 07b7be2..7cd54cd 100644 --- a/docs/src/basic-example.jl +++ b/docs/src/basic-example.jl @@ -1,5 +1,5 @@ ### A Pluto.jl notebook ### -# v0.19.27 +# v0.19.28 using Markdown using InteractiveUtils