We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad98f64 commit bd5cb1bCopy full SHA for bd5cb1b
2 files changed
docs/Project.toml
@@ -45,7 +45,7 @@ WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
45
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
46
47
[sources]
48
-OhMyCards = {url = "https://github.com/asinghvi17/OhMyCards.jl/"}
+OhMyCards = {url = "https://github.com/asinghvi17/OhMyCards.jl/", rev = "as/relpath"}
49
GeoMakie = {path = ".."}
50
51
[compat]
docs/make.jl
@@ -84,7 +84,7 @@ Documenter.makedocs(;
84
authors="Anshul Singhvi and the Makie.jl contributors",
85
warnonly = true,
86
draft = false,
87
- plugins = [OhMyCards.ExampleConfig(),],
+ plugins = [OhMyCards.ExampleConfig(; dot_slash = true),],
88
)
89
90
DocumenterVitepress.deploydocs(;
0 commit comments