From 994ce46ed4a5d680bee58242efd95181946c25e9 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 31 Dec 2022 20:00:31 +0100 Subject: [PATCH] Add favicon to documentation (#1967) Co-authored-by: Simon Willison --- docs/_static/datasette-favicon.png | Bin 0 -> 208 bytes docs/conf.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 docs/_static/datasette-favicon.png diff --git a/docs/_static/datasette-favicon.png b/docs/_static/datasette-favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..4993163f703c425c6512dec380dafe2ca52051a7 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvi2$DvS0Mc#47TsQvvJdnm8(v& zGBmL;l)e{q>Icd(l?3?(GYEgu?Rf^|rFyzJhE&{2KERTb>7mfr*l2iDf^!C=sKnw1 z79FNc4F-(`OP(xAS+ay@QOJ}j3QP)SnoLihzI2EP<5Qdv5^(o|!kVa_4lxb=X6adN yPl8f;beC`>@CQ#ili=ZWZBd)t&CVH}j0{Q7(vQX;{-qAIkipZ{&t;ucLK6Tps7T!a literal 0 HcmV?d00001 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",