We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a3a16 commit 49a60feCopy full SHA for 49a60fe
docs/make.jl
@@ -78,6 +78,7 @@ makedocs(;
78
sitename="GeophysicalModelGenerator.jl",
79
format=Documenter.HTML(;
80
prettyurls=get(ENV, "CI", "false") == "true",
81
+ size_threshold_ignore = ["man/listfunctions.md"]
82
),
83
pages=[
84
"Home" => "index.md",
@@ -129,7 +130,7 @@ makedocs(;
129
130
"License" => "man/license.md"
131
],
132
pagesonly=true,
- warnonly=true
133
+ warnonly=true,
134
)
135
136
deploydocs(;
@@ -139,5 +140,5 @@ deploydocs(;
139
140
devbranch = "main",
141
devurl = "dev",
142
forcepush=true,
- push_preview = true
143
+ push_preview = false,
144
0 commit comments