From 366efa92abb760d2ea5b15031fdcd99feee5b244 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Fri, 8 Sep 2017 18:07:47 -0400 Subject: [PATCH] test --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 65ffb80d..1706e520 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,7 +15,7 @@ makedocs(modules=[Flux], deploydocs( repo = "github.com/FluxML/Flux.jl.git", - modules = [Flux], + # modules = [Flux], target = "build", osname = "linux", julia = "0.6",