Skip to content

Commit 6d1aead

Browse files
committed
Update documentation dependencies
1 parent 45f195a commit 6d1aead

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ makedocs(
1010
deploydocs(
1111
repo = "github.com/kdheepak/TerminalUserInterfaces.jl.git",
1212
deps = Deps.pip(
13-
"mkdocs==0.17.5",
14-
"mkdocs-material==2.9.4",
13+
"mkdocs",
14+
"mkdocs-material",
1515
"python-markdown-math",
1616
"pygments",
17-
"pymdown-extensions",
1817
),
1918
make = () -> run(`mkdocs build`),
2019
target = "site",

0 commit comments

Comments
 (0)