Skip to content

Commit dd19e14

Browse files
JSOBotdpo
authored andcommitted
adding/updating file: docs/make.jl
1 parent b260646 commit dd19e14

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/make.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
using Documenter, QuadraticModels
2+
3+
makedocs(
4+
modules = [QuadraticModels],
5+
doctest = true,
6+
# linkcheck = true,
7+
strict = true,
8+
format = Documenter.HTML(assets = ["assets/style.css"], prettyurls = get(ENV, "CI", nothing) == "true"),
9+
sitename = "QuadraticModels.jl",
10+
pages = Any["Home" => "index.md",
11+
"Tutorial" => "tutorial.md",
12+
"Reference" => "reference.md"]
13+
)
14+
15+
deploydocs(repo = "github.com/JuliaSmoothOptimizers/QuadraticModels.jl.git")

0 commit comments

Comments
 (0)