Skip to content

Commit f566f49

Browse files
committed
fix documeter
1 parent f420b7f commit f566f49

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
AprilTags = "f0fec3d5-a81e-5a6a-8c28-d2b34f3659de"
23
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34

45
[compat]

docs/make.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
using Pkg
2-
Pkg.build("AprilTags")
3-
using Documenter, AprilTags
1+
using AprilTags
2+
using Documenter
43

54
makedocs(
65
modules = [AprilTags],
7-
format = :html,
6+
format=Documenter.HTML(;
7+
prettyurls=get(ENV, "CI", "false") == "true",
8+
),
89
sitename = "AprilTags.jl",
910
pages = Any[
1011
"Home" => "index.md",
1112
"Functions" => "func_ref.md"
1213
]
13-
# html_prettyurls = !("local" in ARGS),
1414
)
1515

1616

1717
deploydocs(
1818
repo = "github.com/JuliaRobotics/AprilTags.jl.git",
1919
target = "build"
20-
)
20+
)

0 commit comments

Comments
 (0)