We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e97970 commit 6637a73Copy full SHA for 6637a73
docs/make.jl
@@ -7,7 +7,7 @@ makedocs(
7
8
deploydocs(
9
repo = "github.com/sunoru/RandomNumbers.jl.git",
10
- 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"),
11
make = () -> run(`mkdocs build`),
12
target = "site"
13
)
0 commit comments