Skip to content

Commit

Permalink
Require old version of mkdocs because Python on travis-CI is too old.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Nov 14, 2018
1 parent 9e97970 commit 6637a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Expand Up @@ -7,7 +7,7 @@ makedocs(

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

0 comments on commit 6637a73

Please sign in to comment.