diff --git a/docs/_static/obsidian_logo.svg b/docs/_static/obsidian_logo.svg new file mode 100644 index 0000000..cd67026 --- /dev/null +++ b/docs/_static/obsidian_logo.svg @@ -0,0 +1,316 @@ + + + diff --git a/docs/conf.py b/docs/conf.py index 396402b..35114ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,8 +85,8 @@ "logo": { "alt_text": "obsidian - Home", "text": "obsidian APO", - "image_light": "_static/obsidian_logo.png", - "image_dark": "_static/obsidian_logo.png", + "image_light": "_static/obsidian_logo.svg", + "image_dark": "_static/obsidian_logo.svg", }, "icon_links": [ { @@ -109,7 +109,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] html_css_files = ["mycss.css"] -html_favicon = "_static/obsidian_logo.png" +html_favicon = "_static/obsidian_logo.svg" # Custom sidebar templates, must be a dictionary that maps document names # to template names. diff --git a/readme.md b/readme.md index 35f8de4..dc9bd92 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ ReadMe -->
- +