Skip to content

Commit 1b17292

Browse files
authored
Update for Documenter v1 (#129)
* update for Documenter v1 * fix for Aqua
1 parent 791a1c3 commit 1b17292

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
44
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
55

66
[compat]
7+
Documenter = "1"
78
ForwardDiff = "0.10"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ makedocs(;
1111
prettyurls=get(ENV, "CI", "false") == "true",
1212
canonical="https://JuliaGeometry.github.io/Quaternions.jl",
1313
assets = ["assets/custom.css", "assets/favicon.ico"],
14+
repolink = "https://github.com/JuliaGeometry/Quaternions.jl"
1415
),
1516
pages=[
1617
"Home" => "index.md",

0 commit comments

Comments
 (0)