Skip to content

Commit b7f4afb

Browse files
committed
small documentation fixes
1 parent dc1bf6c commit b7f4afb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
julia: 1.2
3636
os: linux
3737
script:
38-
# - julia --project=docs/ -e 'using Pkg; Pkg.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
3938
- julia --project=docs/ -e 'using Pkg; Pkg.update(); Pkg.instantiate();'
4039
- julia --project=docs/ docs/make.jl
4140
after_success: skip

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using Documenter, ExtendableSparse
33

44
makedocs(sitename="ExtendableSparse.jl",
55
modules = [ExtendableSparse],
6+
doctest = false,
67
clean = true,
78
authors = "J. Fuhrmann",
89
repo="https://github.com/j-fu/ExtendableSparse.jl",

0 commit comments

Comments
 (0)