File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 6868
6969doc = 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 ,
You can’t perform that action at this time.
0 commit comments