Skip to content

Commit 4b97466

Browse files
committed
docs
1 parent 16d25bc commit 4b97466

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ makedocs(sitename="ClustForOpt.jl",
1111
"Clustering" => "clust.md",
1212
"Optimization" => "opt.md"
1313
],
14-
assets = ["assets/clust_for_opt_text.svg"])
14+
formats = Any[
15+
Documenter.HTML(
16+
assets = ["assets/clust_for_opt_text.svg"]
17+
)]
18+
)
1519

1620
deploydocs(repo = "github.com/holgerteichgraeber/ClustForOpt.jl.git")

0 commit comments

Comments
 (0)