Skip to content

Commit

Permalink
Update docs dependencies (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Oct 2, 2023
1 parent c0b1028 commit a353bcc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/basic-example.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.19.27
# v0.19.28

using Markdown
using InteractiveUtils
Expand Down

0 comments on commit a353bcc

Please sign in to comment.