Skip to content

Commit 451fb73

Browse files
committed
Update Documenter Syntax
1 parent 8059b3c commit 451fb73

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/make.jl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
import Pkg
2+
3+
cd(@__DIR__)
4+
Pkg.activate(@__DIR__)
5+
Pkg.develop(path="..")
6+
Pkg.instantiate()
7+
18
liveserver = "liveserver" in ARGS
29
if liveserver
310
using Revise
@@ -16,6 +23,7 @@ function builddocs(clear=false)
1623
format = Documenter.HTML(
1724
prettyurls = get(ENV, "CI", nothing) == true
1825
),
26+
repo=Remotes.GitHub("Seelengrab", "RequiredInterfaces.jl"),
1927
pages = [
2028
"Main Page" => "index.md",
2129
"Examples" => [
@@ -35,4 +43,4 @@ builddocs()
3543
repo = "github.com/Seelengrab/RequiredInterfaces.jl.git",
3644
devbranch = "main",
3745
push_preview = true
38-
)
46+
)

0 commit comments

Comments
 (0)