Skip to content

Commit cdaef39

Browse files
committed
vesta is actually fine
1 parent c49730e commit cdaef39

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/make.jl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ else
1919
get!(ENV, "RASTERDATASOURCES_PATH", raster_data_sources_path)
2020
end
2121
# invoke some geomakie things to be sure it works
22-
GeoMakie.coastlines()
23-
GeoMakie.earth()
22+
GeoMakie.coastlines();
23+
GeoMakie.earth();
2424

2525
using Literate
2626

@@ -43,8 +43,8 @@ examples = String[
4343
joinpath("cartopy", "annotation.jl"),
4444
joinpath("cartopy", "katrina.jl"),
4545
joinpath("cartopy", "arrows.jl"),
46-
# joinpath("cartopy", "vesta.jl"),
47-
# joinpath("cartopy", "vesta3d.jl"),
46+
joinpath("cartopy", "vesta.jl"),
47+
joinpath("cartopy", "vesta3d.jl"),
4848
joinpath("cartopy", "streamplot.jl"),
4949
joinpath("gmt", "antioquia.jl"),
5050
"german_lakes.jl",
@@ -91,9 +91,11 @@ doc = Documenter.makedocs(;
9191
authors="Anshul Singhvi and the Makie.jl contributors",
9292
doctest=false,
9393
warnonly = true,
94-
draft = false,
94+
draft = true,
9595
plugins = [OhMyCards.ExampleConfig(; dot_slash = true),],
96-
)
96+
pagesonly = true,
97+
debug = true,
98+
);
9799

98100
DocumenterVitepress.deploydocs(;
99101
repo="github.com/MakieOrg/GeoMakie.jl",

0 commit comments

Comments
 (0)