Skip to content

Commit 2e93089

Browse files
committed
favicon
1 parent adc5a42 commit 2e93089

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/make.jl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ makedocs(;
99
repo="github.com/J-C-Q/MonitoredQuantumCircuits.jl",
1010
devurl="dev",
1111
devbranch="main",
12-
assets=["assets/favicon.ico", "assets/logo.png", "assets/logo-square.png"]
12+
assets=["assets/favicon.ico", "assets/favicon-96x96.png", "assets/favicon.svg", "assets/apple-touch-icon.png"],
13+
#local
14+
# md_output_path=".",
15+
# build_vitepress=false
1316
),
1417
source="src",
1518
build="build",
@@ -36,7 +39,10 @@ makedocs(;
3639
"GUI" => "modules/gui.md",
3740
"Remote" => "modules/remote.md"
3841
],
39-
"API" => "api.md"],)
42+
"API" => "api.md"],
43+
# clean=false
44+
)
45+
4046
deploydocs(;
4147
repo="github.com/J-C-Q/MonitoredQuantumCircuits.jl",
4248
target="build",

0 commit comments

Comments
 (0)