We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1bf6c commit b7f4afbCopy full SHA for b7f4afb
.travis.yml
@@ -35,7 +35,6 @@ jobs:
35
julia: 1.2
36
os: linux
37
script:
38
-# - julia --project=docs/ -e 'using Pkg; Pkg.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
39
- julia --project=docs/ -e 'using Pkg; Pkg.update(); Pkg.instantiate();'
40
- julia --project=docs/ docs/make.jl
41
after_success: skip
docs/make.jl
@@ -3,6 +3,7 @@ using Documenter, ExtendableSparse
3
4
makedocs(sitename="ExtendableSparse.jl",
5
modules = [ExtendableSparse],
6
+ doctest = false,
7
clean = true,
8
authors = "J. Fuhrmann",
9
repo="https://github.com/j-fu/ExtendableSparse.jl",
0 commit comments