Skip to content

Commit

Permalink
Merge pull request #14 from diabolical-ninja/add-logo
Browse files Browse the repository at this point in the history
Add logo & favicon
  • Loading branch information
diabolical-ninja authored Jun 8, 2022
2 parents 9755f21 + 6827600 commit 3614a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
copyright = f"{datetime.now().year}, {author}"
language = "en"
html_theme = "furo"
html_favicon = "images/favicon.png"
html_logo = "images/logo.png"

autodoc_typehints = "description"
pygments_style = "sphinx"
pygments_dark_style = "monokai"
Expand Down
Binary file added docs/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3614a05

Please sign in to comment.