Skip to content

Commit

Permalink
Add julia keyword argument to deploydocs (#10)
Browse files Browse the repository at this point in the history
* The `julia` keyword argument to `Documenter.deploydocs`
will be required in the future instead of automatically
defaulting to `julia = "nightly"
(see JuliaDocs/Documenter.jl#712,
JuliaDocs/Documenter.jl#526).

This commit adds `julia = "nightly"` to `Documenter.deploydocs`.

* Deploy from 0.6 instead of nightly
  • Loading branch information
fredrikekre authored and ararslan committed Aug 27, 2018
1 parent 15473db commit 1ad8910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ makedocs(
)

deploydocs(
julia = "0.6",
repo = "github.com/JuliaMath/KahanSummation.jl.git",
target = "build",
deps = nothing,
Expand Down

0 comments on commit 1ad8910

Please sign in to comment.