Skip to content

Commit

Permalink
update make.jl for Documenter.jl v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Sep 21, 2023
1 parent 22d5756 commit 2f05434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ makedocs(;
modules = [Aqua],
pages = ["Home" => "index.md"],
sitename = "Aqua.jl",
format=Documenter.HTML(;

Check warning on line 7 in docs/make.jl

View workflow job for this annotation

GitHub Actions / code-style

[JuliaFormatter] reported by reviewdog 🐶 Raw Output: docs/make.jl:7:- format=Documenter.HTML(; docs/make.jl:8:- repolink = "https://github.com/JuliaTesting/Aqua.jl", docs/make.jl:9:- ), docs/make.jl:7:+ format = Documenter.HTML(; repolink = "https://github.com/JuliaTesting/Aqua.jl"),
repolink = "https://github.com/JuliaTesting/Aqua.jl",
),
authors = "Takafumi Arakaki",
warnonly = true

Check warning on line 11 in docs/make.jl

View workflow job for this annotation

GitHub Actions / code-style

[JuliaFormatter] reported by reviewdog 🐶 Raw Output: docs/make.jl:11:- warnonly = true docs/make.jl:9:+ warnonly = true,
)

deploydocs(; repo = "github.com/JuliaTesting/Aqua.jl", push_preview = true)

0 comments on commit 2f05434

Please sign in to comment.