We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c72e3 commit ad675c8Copy full SHA for ad675c8
docs/make.jl
@@ -1,13 +1,14 @@
1
-using Documenter
+import Documenter
2
3
-push!(LOAD_PATH, "../src")
4
using ApplicationDrivenLearning
5
6
-makedocs(;
7
- modules = [ApplicationDrivenLearning],
8
- doctest = false,
+Documenter.makedocs(;
9
clean = true,
10
- sitename = "ApplicationDrivenLearning.jl",
+ sitename = "ApplicationDrivenLearning.jl documentation",
11
authors = "Giovanni Amorim, Joaquim Garcia",
12
- pages = ["Home" => "index.md", "API Reference" => "reference.md"],
+)
+
+Documenter.deploydocs(;
+ repo = "github.com/LAMPSPUC/ApplicationDrivenLearning.jl.git",
13
+ push_preview = true,
14
)
0 commit comments