Skip to content

Commit

Permalink
Merge pull request #51 from PoisotLab/mdc/statsbase_version
Browse files Browse the repository at this point in the history
Docs no sizelimit
  • Loading branch information
gottacatchenall authored Dec 18, 2023
2 parents e87ce17 + 114a619 commit e444016
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 @@ -29,7 +29,8 @@ makedocs(;
],
],
checkdocs = :all,
warnonly = true
warnonly = true,
format = HTML(;size_threshold= nothing)
)

deploydocs(;
Expand Down

0 comments on commit e444016

Please sign in to comment.