We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
size_threshold
nothing
1 parent 9645f02 commit 5cdf445Copy full SHA for 5cdf445
docs/make.jl
@@ -2,7 +2,7 @@ using Documenter, QuantEcon
2
3
makedocs(
4
modules = [QuantEcon],
5
- format = Documenter.HTML(prettyurls = false),
+ format = Documenter.HTML(prettyurls = false, size_threshold = nothing),
6
sitename = "QuantEcon.jl",
7
pages = Any[ # Compat: `Any` for 0.4 compat
8
"Home" => "index.md",
0 commit comments