Skip to content

Commit 6637a73

Browse files
committed
Require old version of mkdocs because Python on travis-CI is too old.
1 parent 9e97970 commit 6637a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ makedocs(
77

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

0 commit comments

Comments
 (0)