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 8059b3c commit 451fb73Copy full SHA for 451fb73
docs/make.jl
@@ -1,3 +1,10 @@
1
+import Pkg
2
+
3
+cd(@__DIR__)
4
+Pkg.activate(@__DIR__)
5
+Pkg.develop(path="..")
6
+Pkg.instantiate()
7
8
liveserver = "liveserver" in ARGS
9
if liveserver
10
using Revise
@@ -16,6 +23,7 @@ function builddocs(clear=false)
16
23
format = Documenter.HTML(
17
24
prettyurls = get(ENV, "CI", nothing) == true
18
25
),
26
+ repo=Remotes.GitHub("Seelengrab", "RequiredInterfaces.jl"),
19
27
pages = [
20
28
"Main Page" => "index.md",
21
29
"Examples" => [
@@ -35,4 +43,4 @@ builddocs()
35
43
repo = "github.com/Seelengrab/RequiredInterfaces.jl.git",
36
44
devbranch = "main",
37
45
push_preview = true
38
-)
46
+)
0 commit comments