Skip to content

Commit

Permalink
switch Documenter deployment to linux; osx not working on Travis at t…
Browse files Browse the repository at this point in the history
…he moment
  • Loading branch information
Hua-Zhou committed Jul 13, 2018
1 parent 37f8e9b commit 1bdbd7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ deploydocs(
deps = Deps.pip("pygments", "mkdocs", "mkdocs-material", "python-markdown-math"),
repo = "github.com:OpenMendel/VarianceComponentModels.jl.git",
julia = "0.6",
osname = "osx"
osname = "linux"
)
4 changes: 2 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extra_css:
- assets/Documenter.css

extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- assets/mathjaxhelper.js

markdown_extensions:
Expand All @@ -26,7 +26,7 @@ markdown_extensions:
- admonition

extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- assets/mathjaxhelper.js

docs_dir: 'build'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use the Julia package manager to install VarianceComponentModels.jl.
```julia
Pkg.clone("https://github.com/OpenMendel/VarianceComponentModels.jl.git")
```
This package supports Julia `0.4` and `0.5`.
This package supports Julia `0.6`.

## Manual Outline

Expand Down

0 comments on commit 1bdbd7b

Please sign in to comment.