Skip to content

Commit cc56ac6

Browse files
fredrikekreararslan
authored andcommittedApr 27, 2018
The julia keyword argument to Documenter.deploydocs (JuliaMath#14)
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`.
1 parent 141850d commit cc56ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/make.jl

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ makedocs(
1313
)
1414

1515
deploydocs(
16+
julia = "nightly",
1617
repo = "github.com/JuliaMath/AbstractFFTs.jl.git",
1718
target = "build",
1819
deps = nothing,

0 commit comments

Comments
 (0)