Skip to content

Commit

Permalink
Replace kpp-favicon.png with kpp-favicon.ico
Browse files Browse the repository at this point in the history
We have created a favicon (16px by 16px icon) that will show up in
browser tabs.

docs/source/_static/kpp-favicon.png
- Removed

docs/source/_static/kpp-favicon.ico
- Replaces kpp-favicon.png.  Must be in .ico format (see iconifier.net)

docs/source/conf.py
- Now sets the html_favicon to kpp-favicon.ico

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 19, 2022
1 parent 9598490 commit 868cecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added docs/source/_static/kpp-favicon.ico
Binary file not shown.
Binary file removed docs/source/_static/kpp-favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def format_web_refs(self, e):
html_css_files = ["custom.css"]

# Display KPP logo
html_favicon = "_static/kpp-favicon.png"
html_favicon = "_static/kpp-favicon.ico"
html_logo = "_static/kpp-logo.png"

# RTD theme settings
Expand Down

0 comments on commit 868cecf

Please sign in to comment.