Add favicon to documentation (#1967)

Co-authored-by: Simon Willison <swillison@gmail.com>
This commit is contained in:
Chris Holdgraf 2022-12-31 20:00:31 +01:00 committed by GitHub
commit 994ce46ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

BIN
docs/_static/datasette-favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View file

@ -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",