Skip to content

Commit b3cf911

Browse files
thisroddlfivefifty
authored andcommitted
call deploydocs with arguments that Documenter currently supports (#668)
The julia and osname arguments no longer exist. Those things are supposed to be specified in travis.yml. The development branch of ApproxFun is 9 months behind master, so manual for the development version of ApproxFun should come from the master branch. Deploydocs does that by default. The other arguments to deploydocs are the default values. Specifying them explicitly has no effect, except that there is more code for maintainers to understand.
1 parent a6106de commit b3cf911

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/make.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,5 @@ makedocs(
2222

2323

2424
deploydocs(
25-
repo = "github.com/JuliaApproximation/ApproxFun.jl.git",
26-
devbranch = "development",
27-
julia = "0.7",
28-
osname = "linux",
29-
target = "build",
30-
deps = nothing,
31-
make = nothing
25+
repo = "github.com/JuliaApproximation/ApproxFun.jl.git"
3226
)

0 commit comments

Comments
 (0)