Skip to content

Commit 49a60fe

Browse files
committed
allow larger size threshold for building pages
1 parent a4a3a16 commit 49a60fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ makedocs(;
7878
sitename="GeophysicalModelGenerator.jl",
7979
format=Documenter.HTML(;
8080
prettyurls=get(ENV, "CI", "false") == "true",
81+
size_threshold_ignore = ["man/listfunctions.md"]
8182
),
8283
pages=[
8384
"Home" => "index.md",
@@ -129,7 +130,7 @@ makedocs(;
129130
"License" => "man/license.md"
130131
],
131132
pagesonly=true,
132-
warnonly=true
133+
warnonly=true,
133134
)
134135

135136
deploydocs(;
@@ -139,5 +140,5 @@ deploydocs(;
139140
devbranch = "main",
140141
devurl = "dev",
141142
forcepush=true,
142-
push_preview = true
143+
push_preview = false,
143144
)

0 commit comments

Comments
 (0)