Skip to content

Commit 43a796a

Browse files
committed
doc: add html logo and icon
1 parent 5ead0b4 commit 43a796a

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

docs/_static/favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

docs/_static/logo.svg

Lines changed: 51 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
html_theme = "shibuya"
4343
html_static_path = ["_static"]
4444

45+
html_favicon = "_static/favicon.svg"
46+
html_logo = "_static/logo.svg"
47+
4548
html_theme_options = {
4649
"accent_color": "blue",
4750
"github_url": "https://github.com/ekkx/yaylib",

0 commit comments

Comments
 (0)