Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distributed/dashboard/templates/performance_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{# See https://github.com/bokeh/bokeh/blob/main/bokeh/core/_templates/file.html #}

{% block preamble %}
<link rel="shortcut icon" href="https://docs.dask.org/en/latest/_static/images/favicon.ico" />
<link rel="shortcut icon" href="https://docs.dask.org/en/latest/_static/images/favicon.svg" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I'm not sure why there's no longer a static favicon.ico file in this location. However, after looking at dask/dask-sphinx-theme#67, it appears we're putting favicon.svg here so I updated this logic to use that file instead. I confirmed the new logo is used when I locally produce a performance report.

{% endblock %}