Skip to content

Commit 5cdf445

Browse files
authored
FIX: DOC: Set size_threshold to nothing (#295)
* FIX: DOC: Set `size_threshold` to `nothing` Try to fix #292 * Add a comma * Set `size_threshold` in `Documenter.HTML`
1 parent 9645f02 commit 5cdf445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter, QuantEcon
22

33
makedocs(
44
modules = [QuantEcon],
5-
format = Documenter.HTML(prettyurls = false),
5+
format = Documenter.HTML(prettyurls = false, size_threshold = nothing),
66
sitename = "QuantEcon.jl",
77
pages = Any[ # Compat: `Any` for 0.4 compat
88
"Home" => "index.md",

0 commit comments

Comments
 (0)