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 16d25bc commit 4b97466Copy full SHA for 4b97466
docs/make.jl
@@ -11,6 +11,10 @@ makedocs(sitename="ClustForOpt.jl",
11
"Clustering" => "clust.md",
12
"Optimization" => "opt.md"
13
],
14
- assets = ["assets/clust_for_opt_text.svg"])
+ formats = Any[
15
+ Documenter.HTML(
16
+ assets = ["assets/clust_for_opt_text.svg"]
17
+ )]
18
+ )
19
20
deploydocs(repo = "github.com/holgerteichgraeber/ClustForOpt.jl.git")
0 commit comments