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 92f4185 commit b5f8eb7Copy full SHA for b5f8eb7
docs/make.jl
@@ -213,9 +213,6 @@ DocMeta.setdocmeta!(
213
recursive=true,
214
)
215
216
-base_path =
217
- deployment_target == "cambridge" ? "/symbolicregression/" : "/SymbolicRegression.jl/"
218
-
219
makedocs(;
220
sitename="SymbolicRegression.jl",
221
authors="Miles Cranmer",
@@ -227,9 +224,9 @@ makedocs(;
227
224
devbranch="master",
228
225
devurl="dev",
229
226
deploy_url=if deployment_target == "cambridge"
230
- "symbolicregression/"
+ "https://ai.damtp.cam.ac.uk/symbolicregression"
231
else
232
- "SymbolicRegression.jl/"
+ "https://astroautomata.com/SymbolicRegression.jl"
233
end,
234
deploy_decision,
235
build_vitepress=get(ENV, "DOCUMENTER_PRODUCTION", "false") == "true",
0 commit comments