Skip to content

Commit fada8a2

Browse files
authored
Update make.jl
1 parent ccec09c commit fada8a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using DocumenterMarkdown
12
if Base.HOME_PROJECT[] !== nothing
23
# JuliaLang/julia/pull/28625
34
Base.HOME_PROJECT[] = abspath(Base.HOME_PROJECT[])
@@ -19,6 +20,6 @@ makedocs(
1920
)
2021

2122
deploydocs(
22-
# deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-windmill"),
23+
deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-windmill"),
2324
repo = "github.com/JuliaNLSolvers/Optim.jl.git",
2425
)

0 commit comments

Comments
 (0)