Skip to content

Commit 4297ca4

Browse files
authored
Move docs to PlutoStaticHTML 4.0 (#50)
1 parent c438e43 commit 4297ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ CairoMakie = "0.7"
1414
CategoricalArrays = "0.10"
1515
DataFrames = "1"
1616
Documenter = "0.27"
17-
PlutoStaticHTML = "3.1"
17+
PlutoStaticHTML = "4"

docs/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function build()
99
use_distributed = false
1010
output_format = documenter_output
1111
bopts = BuildOptions(tutorials_dir; use_distributed, output_format)
12-
parallel_build(bopts)
12+
build_notebooks(bopts)
1313
return nothing
1414
end
1515

0 commit comments

Comments
 (0)