Skip to content

Commit

Permalink
explicitly build docs on 0.5
Browse files Browse the repository at this point in the history
Documenter.jl defaults to the nightly linux build, which is more likely to
break than the stable linux build. Fixes #18
  • Loading branch information
tlnagy committed Jan 31, 2017
1 parent 58a392c commit 447046d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ makedocs(modules = [ImageFiltering, Kernel, KernelFactors],
deploydocs(repo = "github.com/JuliaImages/ImageFiltering.jl.git",
target = "build",
deps = nothing,
make = nothing)
make = nothing,
julia = "0.5")

0 comments on commit 447046d

Please sign in to comment.