소스 검색

docs: update logo

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas 3 달 전
부모
커밋
46d45a156b
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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_theme = "sphinx_book_theme"
 html_static_path = ["_static"]
 html_static_path = ["_static"]
-html_logo = "_static/images/logo.png"
+html_logo = "_static/images/logo.svg"
 html_css_files = ["css/custom.css"]
 html_css_files = ["css/custom.css"]
 html_theme_options = {
 html_theme_options = {
+    "logo": {
+        "text": "PebbleOS",
+    },
     "repository_url": "https://github.com/pebble-dev/pebble-firmware",
     "repository_url": "https://github.com/pebble-dev/pebble-firmware",
     "repository_branch": "main",
     "repository_branch": "main",
     "path_to_docs": "docs",
     "path_to_docs": "docs",