Skip to content

Commit cffb509

Browse files
committed
Use updated favicon
1 parent 31c7e2a commit cffb509

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

source/_static/img/favicon.ico

-1.12 KB
Binary file not shown.

source/_static/img/favicon.png

4.76 KB
Loading

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
# so a file named "default.css" will overwrite the builtin "default.css".
9494
html_static_path = ["_static"]
9595
html_logo = "_static/img/cantera-logo.png"
96-
html_favicon = "_static/img/favicon.ico"
96+
html_favicon = "_static/img/favicon.png"
9797
html_css_files = ["css/custom.css"]
9898
html_js_files = ["js/copybutton.js"]
9999
html_sidebars: dict[str, list | list[str]] = {

0 commit comments

Comments
 (0)