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",