Flux.jl/docs/make.jl
Mike J Innes 1010b18084 docs
2017-01-16 01:46:50 +01:00

18 lines
377 B
Julia

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