Skip to content

Commit 570b688

Browse files
authored
Update docs to use Documenter v1 (#12)
* Updates for Documenterv1 * Increment patch number
1 parent 78e8abf commit 570b688

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ArviZExampleData"
22
uuid = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
33
authors = ["Seth Axen <[email protected]> and contributors"]
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

Diff for: docs/Project.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[deps]
22
ArviZExampleData = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
5+
[compat]
6+
Documenter = "1"

Diff for: docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DocMeta.setdocmeta!(
88
makedocs(;
99
modules=[ArviZExampleData],
1010
authors="Seth Axen <[email protected]> and contributors",
11-
repo="https://github.com/arviz-devs/ArviZExampleData.jl/blob/{commit}{path}#{line}",
11+
repo=Remotes.GitHub("arviz-dev", "ArviZExampleData.jl"),
1212
sitename="ArviZExampleData.jl",
1313
format=Documenter.HTML(;
1414
prettyurls=get(ENV, "CI", "false") == "true",
@@ -22,6 +22,7 @@ makedocs(;
2222
"API" => "api.md",
2323
"For developers" => "for_developers.md",
2424
],
25+
warnonly=:missing_docs,
2526
)
2627

2728
deploydocs(; repo="github.com/arviz-devs/ArviZExampleData.jl", devbranch="main")

0 commit comments

Comments
 (0)