Skip to content

Commit 10d21dc

Browse files
committed
📚 DOCS: Add logo
1 parent d85d166 commit 10d21dc

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/_static/logo_square.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/_static/logo_wide.svg

Lines changed: 6 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
html_theme = os.environ.get("SPHINX_THEME", "alabaster")
1111
html_title = f"Sphinx Design ({html_theme.replace('_', '-')})"
1212

13+
html_logo = "_static/logo_wide.svg"
14+
html_favicon = "_static/logo_square.svg"
15+
1316
if html_theme == "alabaster":
1417
html_css_files = [
1518
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css"

0 commit comments

Comments
 (0)