Skip to content

Commit

Permalink
FIX: DOC: Set size_threshold to nothing (#295)
Browse files Browse the repository at this point in the history
* FIX: DOC: Set `size_threshold` to `nothing`

Try to fix #292

* Add a comma

* Set `size_threshold` in `Documenter.HTML`
  • Loading branch information
oyamad authored Dec 11, 2024
1 parent 9645f02 commit 5cdf445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, QuantEcon

makedocs(
modules = [QuantEcon],
format = Documenter.HTML(prettyurls = false),
format = Documenter.HTML(prettyurls = false, size_threshold = nothing),
sitename = "QuantEcon.jl",
pages = Any[ # Compat: `Any` for 0.4 compat
"Home" => "index.md",
Expand Down

0 comments on commit 5cdf445

Please sign in to comment.