Skip to content

Commit

Permalink
Merge pull request #19 from tlnagy/tn/fix-doc-build
Browse files Browse the repository at this point in the history
explicitly build docs on 0.5
  • Loading branch information
timholy authored Jan 31, 2017
2 parents 58a392c + 447046d commit 0bbf1a3
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 0bbf1a3

Please sign in to comment.