Skip to content

Commit b078b3f

Browse files
authored
Merge pull request #305 from JuliaArrays/documenter-deploy-fixes
Small tweaks to get doc deployment working
2 parents 0bbc0e3 + 069bf7f commit b078b3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ makedocs(
1212
)
1313

1414
deploydocs(
15-
repo = "github.com/JuliaArrays/StaticArrays.jl",
15+
repo = "github.com/JuliaArrays/StaticArrays.jl.git",
16+
julia = "0.6",
17+
target = "build",
18+
deps = nothing,
19+
make = nothing
1620
)

src/arraymath.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Return the type which values of type `T` will promote to under a combination of
151151
152152
```jldoctest
153153
julia> import StaticArrays.arithmetic_closure
154+
154155
julia> arithmetic_closure(Bool)
155156
Float64
156157

0 commit comments

Comments
 (0)