Skip to content

Commit

Permalink
Add project logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Feb 7, 2023
1 parent a879872 commit be7593b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ body {
padding: 0.5em 1em;
}
}

.sidebar-logo {
max-width: 150px;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

html_theme = "furo"
html_favicon = "https://i.imgur.com/nPCcxts.png"
html_logo = "https://i.imgur.com/nPCcxts.png"

html_static_path = ["_static"]
html_css_files = ["extra.css"]
Expand Down

0 comments on commit be7593b

Please sign in to comment.