Skip to content

Commit

Permalink
Use Python 3 for building the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Mar 13, 2020
1 parent cdf0e4f commit 8fbe4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.3
- nightly
notifications:
email: false
Expand All @@ -17,9 +18,10 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.0
julia: 1.3
os: linux
script:
- sudo apt-get python3-setuptools python3-pip
- julia --project=docs/ docs/ci_init.jl
- julia --project=docs/ --color=yes docs/make.jl
after_success: skip
2 changes: 1 addition & 1 deletion docs/make.jl
Expand Up @@ -17,7 +17,7 @@ makedocs(

deploydocs(
repo = "github.com/sunoru/RandomNumbers.jl.git",
deps = Deps.pip("pygments", "mkdocs==0.17.5", "python-markdown-math", "mkdocs-material==2.9.4"),
deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-material"),
make = () -> run(`mkdocs build`),
target = "site"
)

0 comments on commit 8fbe4a1

Please sign in to comment.