Skip to content

Commit

Permalink
docs: Add a favicon
Browse files Browse the repository at this point in the history
Signed-off-by: Marta Gómez Macías <[email protected]>
  • Loading branch information
mgmacias95 authored and godlygeek committed Aug 16, 2023
1 parent 0154228 commit 3b29f01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
background-image: url("{{pathto('_static/images/circle_outer_opt.png', 1)}}");
}
</style>
<link rel="icon" href="_static/favicon.ico">

</head>

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
html_additional_pages = {
"index": "index.html",
}
html_favicon = "favicon.ico"

# -- Options for smartquotes ----------------------------------------------------------

Expand Down
Binary file added docs/favicon.ico
Binary file not shown.

0 comments on commit 3b29f01

Please sign in to comment.