Skip to content

Commit e01c86c

Browse files
committed
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`.
1 parent ec819d8 commit e01c86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ makedocs(
1212
)
1313

1414
deploydocs(
15+
julia = "nightly",
1516
repo = "github.com/JuliaMath/Polynomials.jl.git",
1617
target = "build",
1718
deps = nothing,

0 commit comments

Comments
 (0)