Browse Source

docs: update logo

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas 3 months ago
parent
commit
46d45a156b
2 changed files with 4 additions and 1 deletions
  1. BIN
      docs/_static/images/logo.png
  2. 4 1
      docs/conf.py

BIN
docs/_static/images/logo.png


+ 4 - 1
docs/conf.py

@@ -42,9 +42,12 @@ nitpicky = True
 
 html_theme = "sphinx_book_theme"
 html_static_path = ["_static"]
-html_logo = "_static/images/logo.png"
+html_logo = "_static/images/logo.svg"
 html_css_files = ["css/custom.css"]
 html_theme_options = {
+    "logo": {
+        "text": "PebbleOS",
+    },
     "repository_url": "https://github.com/pebble-dev/pebble-firmware",
     "repository_branch": "main",
     "path_to_docs": "docs",