diff --git a/docs/_static/datasette-favicon.png b/docs/_static/datasette-favicon.png new file mode 100644 index 00000000..4993163f Binary files /dev/null and b/docs/_static/datasette-favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index 8965974a..f2d764c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,6 +105,7 @@ html_theme_options = { html_static_path = ["_static"] html_logo = "datasette-logo.svg" +html_favicon = "_static/datasette-favicon.png" html_css_files = [ "css/custom.css",