1919 get! (ENV , " RASTERDATASOURCES_PATH" , raster_data_sources_path)
2020end
2121# invoke some geomakie things to be sure it works
22- GeoMakie. coastlines ()
23- GeoMakie. earth ()
22+ GeoMakie. coastlines ();
23+ GeoMakie. earth ();
2424
2525using 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
98100DocumenterVitepress. deploydocs (;
99101 repo= " github.com/MakieOrg/GeoMakie.jl" ,
0 commit comments