Skip to content

Commit 41de2d2

Browse files
committed
whoops
1 parent 9962875 commit 41de2d2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/make.jl

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@ end
6868

6969
doc = Documenter.makedocs(;
7070
modules=[GeoMakie],
71-
# format=DocumenterVitepress.MarkdownVitepress(;
72-
# repo = "https://github.com/MakieOrg/GeoMakie.jl",
73-
# deploy_url = "https://geo.makie.org",
74-
# devbranch = "master",
75-
# devurl = "dev",
76-
# keep = :patch,
77-
# ),
78-
format = [],
71+
format=DocumenterVitepress.MarkdownVitepress(;
72+
repo = "https://github.com/MakieOrg/GeoMakie.jl",
73+
deploy_url = "https://geo.makie.org",
74+
devbranch = "master",
75+
devurl = "dev",
76+
keep = :patch,
77+
),
7978
pages=[
8079
"Introduction" => "introduction.md",
8180
"Gallery" => "examples.md",
@@ -91,7 +90,7 @@ doc = Documenter.makedocs(;
9190
authors="Anshul Singhvi and the Makie.jl contributors",
9291
doctest=false,
9392
warnonly = true,
94-
draft = true,
93+
draft = false,
9594
plugins = [OhMyCards.ExampleConfig(; dot_slash = true),],
9695
pagesonly = true,
9796
debug = true,

0 commit comments

Comments
 (0)