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.
deploydocs
1 parent dea75c7 commit 312ff44Copy full SHA for 312ff44
docs/make.jl
@@ -17,7 +17,5 @@ deploydocs(
17
deps = nothing,
18
make = nothing,
19
repo = "github.com/JuliaGraphs/GraphsMatching.jl.git",
20
- target = "build",
21
- julia = "0.6",
22
- osname = "linux"
+ versions = ["stable" => "v^", "v#.#", "dev" => "master"],
23
)
0 commit comments