Skip to content

Commit bd5cb1b

Browse files
authored
dot_slash true (#354)
1 parent ad98f64 commit bd5cb1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
4545
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
4646

4747
[sources]
48-
OhMyCards = {url = "https://github.com/asinghvi17/OhMyCards.jl/"}
48+
OhMyCards = {url = "https://github.com/asinghvi17/OhMyCards.jl/", rev = "as/relpath"}
4949
GeoMakie = {path = ".."}
5050

5151
[compat]

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Documenter.makedocs(;
8484
authors="Anshul Singhvi and the Makie.jl contributors",
8585
warnonly = true,
8686
draft = false,
87-
plugins = [OhMyCards.ExampleConfig(),],
87+
plugins = [OhMyCards.ExampleConfig(; dot_slash = true),],
8888
)
8989

9090
DocumenterVitepress.deploydocs(;

0 commit comments

Comments
 (0)