Flux.jl/docs/make.jl
2017-01-16 17:11:07 +01:00

19 lines
401 B
Julia

using Documenter, Flux
makedocs(modules=Module[Flux],
doctest=false, clean=true,
format = :html,
analytics = "UA-36890222-9",
sitename="Flux",
pages = [
"Home" => "index.md",
])
deploydocs(
repo = "github.com/MikeInnes/Flux.jl.git",
target = "build",
osname = "linux",
julia = "0.5",
deps = nothing,
make = nothing)