Skip to content

Commit

Permalink
Add compat to Documenter.jl, use warnonly = Documenter.except() (#1126
Browse files Browse the repository at this point in the history
)
  • Loading branch information
longemen3000 authored Feb 28, 2024
1 parent 00f5510 commit 66a3a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "1"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ makedocs(;
repo="https://github.com/JuliaData/CSV.jl/blob/{commit}{path}#{line}",
sitename="CSV.jl",
authors="Jacob Quinn",
warnonly = Documenter.except(),
)

deploydocs(;
repo="github.com/JuliaData/CSV.jl",
devbranch = "main"
)
)

0 comments on commit 66a3a65

Please sign in to comment.