Skip to content

Commit ad675c8

Browse files
authored
Update make.jl
1 parent 61c72e3 commit ad675c8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/make.jl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
using Documenter
1+
import Documenter
22

3-
push!(LOAD_PATH, "../src")
43
using ApplicationDrivenLearning
54

6-
makedocs(;
7-
modules = [ApplicationDrivenLearning],
8-
doctest = false,
5+
Documenter.makedocs(;
96
clean = true,
10-
sitename = "ApplicationDrivenLearning.jl",
7+
sitename = "ApplicationDrivenLearning.jl documentation",
118
authors = "Giovanni Amorim, Joaquim Garcia",
12-
pages = ["Home" => "index.md", "API Reference" => "reference.md"],
9+
)
10+
11+
Documenter.deploydocs(;
12+
repo = "github.com/LAMPSPUC/ApplicationDrivenLearning.jl.git",
13+
push_preview = true,
1314
)

0 commit comments

Comments
 (0)