Skip to content

Commit

Permalink
changed documentation build script
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Mar 21, 2020
1 parent 04dcb9e commit 0151dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("DirectSum"); Pkg.add("AbstractTensors"); Pkg.add("Leibniz"); Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("DirectSum"); Pkg.add("AbstractTensors"); Pkg.add("Leibniz"); Pkg.add("Adapode"); Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs/ docs/make.jl
after_success: skip
notifications:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Expand Up @@ -29,6 +29,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Adapode = "0750cfb5-909a-49d7-927e-29b6595444bf"

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion docs/make.jl
Expand Up @@ -5,7 +5,7 @@ using Documenter, AbstractTensors, DirectSum, Leibniz, Grassmann

makedocs(
# options
modules = [AbstractTensors,DirectSum,Leibniz,Grassmann],
modules = [AbstractTensors,DirectSum,Leibniz,Grassmann,Adapode],
doctest = false,
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
sitename = "Grassmann.jl",
Expand Down

0 comments on commit 0151dee

Please sign in to comment.