Skip to content

Commit 0b90893

Browse files
author
Clément Le Provost
committed
[doc] Add custom icon to generated docset
Refs #299. [ci skip]
1 parent 69e5992 commit 0b90893

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.jazzy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ output: build/doc
22
# Avoid putting the DocSet within the HTML docs.
33
# WARNING: The path is relative to the output directory.
44
docset_path: ../docset
5+
docset_icon: doc/img/icon.png
56
hide_documentation_coverage: true
67
skip_undocumented: true
78
# Avoid putting the current date into the docs (this makes the diff quite noisy).

doc/img/icon.png

2.64 KB
Loading

offline.jazzy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ output: build/doc/offline
1010
# Avoid putting the DocSet within the HTML docs.
1111
# WARNING: The path is relative to the output directory.
1212
docset_path: ../../docset-offline
13+
docset_icon: doc/img/icon.png
1314
hide_documentation_coverage: true
1415
skip_undocumented: true
1516
# Avoid putting the current date into the docs (this makes the diff quite noisy).

0 commit comments

Comments
 (0)