Skip to content

Fix depwarns for 0.7-beta

Compare
Choose a tag to compare
@timholy timholy released this 02 Jul 14:16
· 102 commits to master since this release
The `julia` keyword argument to `Documenter.deploydocs` (#14)

will be required in the future instead of automatically
defaulting to `julia = "nightly"
(see https://github.com/JuliaDocs/Documenter.jl/pull/712,
https://github.com/JuliaDocs/Documenter.jl/issues/526).

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