Skip to content

Commit

Permalink
ignore output size limit, CI build should pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMartinon committed Apr 18, 2024
1 parent 883f1d0 commit eea8dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ using CTBase
makedocs(
warnonly = [:cross_references, :autodocs_block],
sitename = "CTDirect.jl",
format = Documenter.HTML(prettyurls = false),
format = Documenter.HTML(prettyurls = false,
size_threshold_ignore = ["api-ctbase.md"]),
pages = [
#"Introduction" => "index.md",
#"Methods and Options" => ["rk.md",
Expand Down

0 comments on commit eea8dea

Please sign in to comment.