Skip to content

Commit

Permalink
Try documenter deploy without GR as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Nov 24, 2019
1 parent b8e5e5b commit f33726d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- stage: "Documentation"
julia: 1.1
os: linux
before_script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.add("Conda"); using Conda;
Conda.add("matplotlib"); Conda.add("cartopy")';
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.add("PyCall"); ENV["PYTHON"]=""; Pkg.build("PyCall")'
#before_script:
# - julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
# Pkg.add("Conda"); using Conda;
# Conda.add("matplotlib"); Conda.add("cartopy")';
# - julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
# Pkg.add("PyCall"); ENV["PYTHON"]=""; Pkg.build("PyCall")'
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()))'
Expand Down
3 changes: 1 addition & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
F1Method = "d5605bae-6d76-11e9-2fd7-71bcf42edbaa"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
WorldOceanAtlasTools = "04f20302-f1b9-11e8-29d9-7d841cb0a64a"

[compat]
Documenter = "~0.24"
Documenter = "0.24"

0 comments on commit f33726d

Please sign in to comment.