Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit f8b7f89

Browse files
authored
update documenter to 1.0 (#25)
1 parent aa8528e commit f8b7f89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/make.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ const lg = LightGraphs
55

66
makedocs(
77
modules = [LightGraphsFlows],
8-
format = :html,
8+
format = Documenter.HTML(),
99
sitename = "LightGraphsFlows",
1010
pages = Any[
1111
"Getting started" => "index.md",
1212
"Maxflow algorithms" => "maxflow.md",
1313
"Multiroute flows" => "multiroute.md",
14-
"Min-cost flows" => "mincost.md",
15-
"Min-cut" => "mincut.md",
14+
"Min-cost flows" => "mincost.md",
15+
"Min-cut" => "mincut.md",
1616
]
1717
)
1818

@@ -21,6 +21,5 @@ deploydocs(
2121
make = nothing,
2222
repo = "github.com/JuliaGraphs/LightGraphsFlows.jl.git",
2323
target = "build",
24-
julia = "0.6",
2524
osname = "linux"
2625
)

0 commit comments

Comments
 (0)