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 0040be4 commit e44e371Copy full SHA for e44e371
docs/Project.toml
@@ -53,5 +53,6 @@ GeoMakie = {path = ".."}
53
54
[compat]
55
Documenter = "1"
56
+DocumenterVitepress = ">=0.2.1"
57
Makie = "0.22"
-MakieThemes = "0.1.1"
58
+MakieThemes = "0.1.1"
docs/make.jl
@@ -86,7 +86,7 @@ Documenter.makedocs(;
86
plugins = [OhMyCards.ExampleConfig(),],
87
)
88
89
-deploydocs(;
+DocumenterVitepress.deploydocs(;
90
repo="github.com/MakieOrg/GeoMakie.jl",
91
target="build",
92
push_preview = true,
0 commit comments