We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c438e43 commit 4297ca4Copy full SHA for 4297ca4
docs/Project.toml
@@ -14,4 +14,4 @@ CairoMakie = "0.7"
14
CategoricalArrays = "0.10"
15
DataFrames = "1"
16
Documenter = "0.27"
17
-PlutoStaticHTML = "3.1"
+PlutoStaticHTML = "4"
docs/build.jl
@@ -9,7 +9,7 @@ function build()
9
use_distributed = false
10
output_format = documenter_output
11
bopts = BuildOptions(tutorials_dir; use_distributed, output_format)
12
- parallel_build(bopts)
+ build_notebooks(bopts)
13
return nothing
end
0 commit comments