Skip to content

Commit

Permalink
update to Documenter 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Sep 26, 2023
1 parent 7efb5d3 commit 72ff1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
NUMA = "292f1341-b53f-425a-80e5-3597ad0961bf"

[compat]
Documenter = "0.27"
DocumenterTools = "0.1"
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ makedocs(;
],
repo = "$src/blob/{commit}{path}#{line}",
# assets = ["assets/custom.css", "assets/custom.js"]
# format = Documenter.HTML(; collapselevel = 1)
format = Documenter.HTML(repolink="$src")
)

if ci
Expand Down

0 comments on commit 72ff1e4

Please sign in to comment.